#361462

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

Shades of Christalle #361462

Tints of Christalle #361462

Color information

#361462 (or 0x361462) is unknown color: approx Christalle. HEX triplet: 36, 14 and 62. RGB value is (54,20,98). Sum of RGB (Red+Green+Blue) = 54+20+98=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #361462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361462 is #C9EB9D. Grayscale: #262626. Windows color (decimal): -13233054 or 6427702. OLE color: 6427702.

HSL color Cylindrical-coordinate representation of color #361462: hue angle of 266.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361462 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB542098-
CMYK0.450.8000.62
HSL266.15º66.1%23.14%-
HSV(B)266.15º79.59%38.43%-
XYZ3.982.1711.76-
YUV39.06161.26138.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=31.40%
G=11.63%
B=56.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5420980.450.8000.62266.1566.123.14
Hex3614622D5003E10a4217
Octal66241425512007641210227
Binary11011010100110001010110110100000111110100001010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361462; }

 p { color: rgb(54,20,98); }

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

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

 a { background-color: rgb(54,20,98); }

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

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

 span { border-color: rgb(54,20,98); }

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