#421861

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

Shades of Christalle #421861

Tints of Christalle #421861

Color information

#421861 (or 0x421861) is unknown color: approx Christalle. HEX triplet: 42, 18 and 61. RGB value is (66,24,97). Sum of RGB (Red+Green+Blue) = 66+24+97=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #421861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421861 is #BDE79E. Grayscale: #2C2C2C. Windows color (decimal): -12445599 or 6363202. OLE color: 6363202.

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

Color convert

RGB662497-
CMYK0.320.7500.62
HSL274.52º60.33%23.73%-
HSV(B)274.52º75.26%38.04%-
XYZ4.732.6711.58-
YUV44.88157.41143.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=35.29%
G=12.83%
B=51.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6624970.320.7500.62274.5260.3323.73
Hex421861204B03E1133c18
Octal10230141401130764237430
Binary10000101100011000011000001001011011111010001001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421861; }

 p { color: rgb(66,24,97); }

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

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

 a { background-color: rgb(66,24,97); }

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

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

 span { border-color: rgb(66,24,97); }

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