Html Css Color HEX #381F68 Christalle

📋 copy color: '#381F68'

red 56 ◦ green 31 ◦ blue 104

#381F68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #381F68

Tints of Christalle #381F68

RGB

 RED value IS 56 (22.27% from 255) = 29.32%

 GREEN value IS 31 (12.5% from 255) = 16.23%

 BLUE value IS 104 (41.02% from 255) = 54.45%

R = 29.32%
G = 16.23%
B = 54.45%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#381F68 (or 0x381F68) is known color: Christalle. HEX triplet: 38, 1F and 68. RGB value is (56,31,104). Sum of RGB (Red+Green+Blue) = 56+31+104=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #381F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F68 is #C7E097. Grayscale: #2E2E2E. Windows color (decimal): -13099160 or 6823736. OLE color: 6823736.

HSL color Cylindrical-coordinate representation of color #381F68: hue angle of 260.55º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381F68 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 31 104 -
CMYK 0.46 0.70 0 0.59
HSL 260.55º 0.54% 0.26% -
HSV(B) 260.55º 0.7% 0.41% -
XYZ 4.62 2.82 13.4 -
YUV 46.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 56 31 104 0.46 0.70 0 0.59 260.55 0.54 0.26
Hex 38 1F 68 2E 46 0 3B 105 36 1A
Octal 70 37 150 56 106 0 73 405 66 32
Binary 111000 11111 1101000 101110 1000110 0 111011 100000101 110110 11010

Color Harmonies of #381F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F68

Black with #381F68

Text Example


Text Example

White with #381F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381F68; }

 p { color: rgb(56,31,104); }

 H1.HeaderClassName
 {
   color: #381F68;
 }
 .AnyTagClassName
 {
   color: #381F68;
 }
</style>

background-color css

<style>
 a { background-color: #381F68; }

 a { background-color: rgb(56,31,104); }

 div.DivClassName
 {
   background-color: #381F68;
 }
 .BgClassName
 {
   background-color: #381F68;
 }
</style>

border-color css

<style>
 span { border-color: #381F68; }

 span { border-color: rgb(56,31,104); }

 td.TdClassName
 {
   border-color: #381F68;
 }
 .TagClassName
 {
   border-color: #381F68;
 }
</style>