#421962

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

Shades of Christalle #421962

Tints of Christalle #421962

Color information

#421962 (or 0x421962) is unknown color: approx Christalle. HEX triplet: 42, 19 and 62. RGB value is (66,25,98). Sum of RGB (Red+Green+Blue) = 66+25+98=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #421962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421962 is #BDE69D. Grayscale: #2D2D2D. Windows color (decimal): -12445342 or 6428994. OLE color: 6428994.

HSL color Cylindrical-coordinate representation of color #421962: hue angle of 273.7º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421962 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB662598-
CMYK0.330.7400.62
HSL273.7º59.35%24.12%-
HSV(B)273.7º74.49%38.43%-
XYZ4.82.7411.83-
YUV45.58157.58142.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=34.92%
G=13.23%
B=51.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6625980.330.7400.62273.759.3524.12
Hex421962214A03E1123b18
Octal10231142411120764227330
Binary10000101100111000101000011001010011111010001001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421962; }

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

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

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

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

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

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

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

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