#371266

Color #371266 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #371266

Tints of Christalle #371266

Color information

#371266 (or 0x371266) is unknown color: approx Christalle. HEX triplet: 37, 12 and 66. RGB value is (55,18,102). Sum of RGB (Red+Green+Blue) = 55+18+102=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #371266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371266 is #C8ED99. Grayscale: #262626. Windows color (decimal): -13168026 or 6689335. OLE color: 6689335.

HSL color Cylindrical-coordinate representation of color #371266: hue angle of 266.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371266 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5518102-
CMYK0.460.8200.6
HSL266.43º70%23.53%-
HSV(B)266.43º82.35%40%-
XYZ4.192.212.77-
YUV38.64163.76139.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 102 (40.23% from 255) = 58.29%
R=31.43%
G=10.29%
B=58.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55181020.460.8200.6266.437023.53
Hex3712662E5203C10a4618
Octal67221465612207441210630
Binary11011110010110011010111010100100111100100001010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371266; }

 p { color: rgb(55,18,102); }

 H1.HeaderClassName
 {
   color: #371266;
 }
 .AnyTagClassName
 {
   color: #371266;
 }
</style>
background-color css

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

 a { background-color: rgb(55,18,102); }

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

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

 span { border-color: rgb(55,18,102); }

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