Html Css Color HEX #421866 Christalle

📋 copy color: '#421866'

red 66 ◦ green 24 ◦ blue 102

#421866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #421866

Tints of Christalle #421866

RGB

 RED value IS 66 (26.17% from 255) = 34.38%

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 34.38%
G = 12.5%
B = 53.13%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#421866 (or 0x421866) is known color: Christalle. HEX triplet: 42, 18 and 66. RGB value is (66,24,102). Sum of RGB (Red+Green+Blue) = 66+24+102=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #421866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421866 is #BDE799. Grayscale: #2D2D2D. Windows color (decimal): -12445594 or 6690882. OLE color: 6690882.

HSL color Cylindrical-coordinate representation of color #421866: hue angle of 272.31º 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 #421866 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 24 102 -
CMYK 0.35 0.76 0 0.6
HSL 272.31º 0.62% 0.25% -
HSV(B) 272.31º 0.76% 0.4% -
XYZ 4.97 2.77 12.84 -
YUV 45.45 159.91 142.66 -
System Red Green Blue C M Y K H S L
Decimal 66 24 102 0.35 0.76 0 0.6 272.31 0.62 0.25
Hex 42 18 66 23 4C 0 3C 110 3E 19
Octal 102 30 146 43 114 0 74 420 76 31
Binary 1000010 11000 1100110 100011 1001100 0 111100 100010000 111110 11001

Color Harmonies of #421866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421866

Black with #421866

Text Example


Text Example

White with #421866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421866; }

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

 H1.HeaderClassName
 {
   color: #421866;
 }
 .AnyTagClassName
 {
   color: #421866;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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