#421462

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

Shades of Christalle #421462

Tints of Christalle #421462

Color information

#421462 (or 0x421462) is unknown color: approx Christalle. HEX triplet: 42, 14 and 62. RGB value is (66,20,98). Sum of RGB (Red+Green+Blue) = 66+20+98=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #421462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421462 is #BDEB9D. Grayscale: #2A2A2A. Windows color (decimal): -12446622 or 6427714. OLE color: 6427714.

HSL color Cylindrical-coordinate representation of color #421462: hue angle of 275.38º 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 #421462 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB662098-
CMYK0.330.8000.62
HSL275.38º66.1%23.14%-
HSV(B)275.38º79.59%38.43%-
XYZ4.72.5411.8-
YUV42.65159.24144.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=35.87%
G=10.87%
B=53.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6620980.330.8000.62275.3866.123.14
Hex421462215003E1134217
Octal102241424112007642310227
Binary100001010100110001010000110100000111110100010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421462; }

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

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

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

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

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

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

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

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