Html Css Color HEX #421C66 Christalle

📋 copy color: '#421C66'

red 66 ◦ green 28 ◦ blue 102

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

Shades of Christalle #421C66

Tints of Christalle #421C66

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.29%

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

R = 33.67%
G = 14.29%
B = 52.04%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#421C66 (or 0x421C66) is known color: Christalle. HEX triplet: 42, 1C and 66. RGB value is (66,28,102). Sum of RGB (Red+Green+Blue) = 66+28+102=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #421C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C66 is #BDE399. Grayscale: #2F2F2F. Windows color (decimal): -12444570 or 6691906. OLE color: 6691906.

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

Color convert

RGB 66 28 102 -
CMYK 0.35 0.73 0 0.6
HSL 270.81º 0.57% 0.25% -
HSV(B) 270.81º 0.73% 0.4% -
XYZ 5.06 2.95 12.87 -
YUV 47.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 66 28 102 0.35 0.73 0 0.6 270.81 0.57 0.25
Hex 42 1C 66 23 49 0 3C 10F 39 19
Octal 102 34 146 43 111 0 74 417 71 31
Binary 1000010 11100 1100110 100011 1001001 0 111100 100001111 111001 11001

Color Harmonies of #421C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C66

Black with #421C66

Text Example


Text Example

White with #421C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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