Html Css Color HEX #371068 Christalle

📋 copy color: '#371068'

red 55 ◦ green 16 ◦ blue 104

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

Shades of Christalle #371068

Tints of Christalle #371068

RGB

 RED value IS 55 (21.88% from 255) = 31.43%

 GREEN value IS 16 (6.64% from 255) = 9.14%

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

R = 31.43%
G = 9.14%
B = 59.43%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#371068 (or 0x371068) is known color: Christalle. HEX triplet: 37, 10 and 68. RGB value is (55,16,104). Sum of RGB (Red+Green+Blue) = 55+16+104=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #371068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371068 is #C8EF97. Grayscale: #252525. Windows color (decimal): -13168536 or 6819895. OLE color: 6819895.

HSL color Cylindrical-coordinate representation of color #371068: hue angle of 266.59º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371068 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 16 104 -
CMYK 0.47 0.85 0 0.59
HSL 266.59º 0.73% 0.24% -
HSV(B) 266.59º 0.85% 0.41% -
XYZ 4.26 2.18 13.29 -
YUV 37.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 55 16 104 0.47 0.85 0 0.59 266.59 0.73 0.24
Hex 37 10 68 2F 55 0 3B 10B 49 18
Octal 67 20 150 57 125 0 73 413 111 30
Binary 110111 10000 1101000 101111 1010101 0 111011 100001011 1001001 11000

Color Harmonies of #371068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371068

Black with #371068

Text Example


Text Example

White with #371068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371068; }

 p { color: rgb(55,16,104); }

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

background-color css

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

 a { background-color: rgb(55,16,104); }

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

border-color css

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

 span { border-color: rgb(55,16,104); }

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