Html Css Color HEX #421E66 Christalle

📋 copy color: '#421E66'

red 66 ◦ green 30 ◦ blue 102

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

Shades of Christalle #421E66

Tints of Christalle #421E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.15%

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

R = 33.33%
G = 15.15%
B = 51.52%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#421E66 (or 0x421E66) is known color: Christalle. HEX triplet: 42, 1E and 66. RGB value is (66,30,102). Sum of RGB (Red+Green+Blue) = 66+30+102=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #421E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E66 is #BDE199. Grayscale: #303030. Windows color (decimal): -12444058 or 6692418. OLE color: 6692418.

HSL color Cylindrical-coordinate representation of color #421E66: hue angle of 270º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421E66 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 30 102 -
CMYK 0.35 0.71 0 0.6
HSL 270º 0.55% 0.26% -
HSV(B) 270º 0.71% 0.4% -
XYZ 5.11 3.05 12.89 -
YUV 48.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 66 30 102 0.35 0.71 0 0.6 270 0.55 0.26
Hex 42 1E 66 23 47 0 3C 10E 37 1A
Octal 102 36 146 43 107 0 74 416 67 32
Binary 1000010 11110 1100110 100011 1000111 0 111100 100001110 110111 11010

Color Harmonies of #421E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E66

Black with #421E66

Text Example


Text Example

White with #421E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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