#421865

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

Shades of Christalle #421865

Tints of Christalle #421865

Color information

#421865 (or 0x421865) is unknown color: approx Christalle. HEX triplet: 42, 18 and 65. RGB value is (66,24,101). Sum of RGB (Red+Green+Blue) = 66+24+101=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #421865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421865 is #BDE79A. Grayscale: #2D2D2D. Windows color (decimal): -12445595 or 6625346. OLE color: 6625346.

HSL color Cylindrical-coordinate representation of color #421865: hue angle of 272.73º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421865 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6624101-
CMYK0.350.7600.60
HSL272.73º61.6%24.51%-
HSV(B)272.73º76.24%39.61%-
XYZ4.922.7512.58-
YUV45.34159.41142.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=34.55%
G=12.57%
B=52.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66241010.350.7600.60272.7361.624.51
Hex421865234C03C1113e19
Octal10230145431140744217631
Binary10000101100011001011000111001100011110010001000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421865; }

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

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

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

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

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

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

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

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