#371265

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

Shades of Christalle #371265

Tints of Christalle #371265

Color information

#371265 (or 0x371265) is unknown color: approx Christalle. HEX triplet: 37, 12 and 65. RGB value is (55,18,101). Sum of RGB (Red+Green+Blue) = 55+18+101=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #371265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371265 is #C8ED9A. Grayscale: #262626. Windows color (decimal): -13168027 or 6623799. OLE color: 6623799.

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

Color convert

RGB5518101-
CMYK0.460.8200.60
HSL266.75º69.75%23.33%-
HSV(B)266.75º82.18%39.61%-
XYZ4.142.1812.52-
YUV38.52163.26139.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 101 (39.84% from 255) = 58.05%
R=31.61%
G=10.34%
B=58.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55181010.460.8200.60266.7569.7523.33
Hex3712652E5203C10b4617
Octal67221455612207441310627
Binary11011110010110010110111010100100111100100001011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371265; }

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

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

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

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

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

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

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

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