Html Css Color HEX #421970 Christalle

📋 copy color: '#421970'

red 66 ◦ green 25 ◦ blue 112

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

Shades of Christalle #421970

Tints of Christalle #421970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 112 (44.14% from 255) = 55.17%

R = 32.51%
G = 12.32%
B = 55.17%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421970 (or 0x421970) is known color: Christalle. HEX triplet: 42, 19 and 70. RGB value is (66,25,112). Sum of RGB (Red+Green+Blue) = 66+25+112=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #421970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421970 is #BDE68F. Grayscale: #2E2E2E. Windows color (decimal): -12445328 or 7346498. OLE color: 7346498.

HSL color Cylindrical-coordinate representation of color #421970: hue angle of 268.28º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421970 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 25 112 -
CMYK 0.41 0.78 0 0.56
HSL 268.28º 0.64% 0.27% -
HSV(B) 268.28º 0.78% 0.44% -
XYZ 5.52 3.02 15.62 -
YUV 47.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 66 25 112 0.41 0.78 0 0.56 268.28 0.64 0.27
Hex 42 19 70 29 4E 0 38 10C 40 1B
Octal 102 31 160 51 116 0 70 414 100 33
Binary 1000010 11001 1110000 101001 1001110 0 111000 100001100 1000000 11011

Color Harmonies of #421970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421970

Black with #421970

Text Example


Text Example

White with #421970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421970; }

 p { color: rgb(66,25,112); }

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

background-color css

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

 a { background-color: rgb(66,25,112); }

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

border-color css

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

 span { border-color: rgb(66,25,112); }

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