Html Css Color HEX #421771 Christalle

📋 copy color: '#421771'

red 66 ◦ green 23 ◦ blue 113

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

Shades of Christalle #421771

Tints of Christalle #421771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

 BLUE value IS 113 (44.53% from 255) = 55.94%

R = 32.67%
G = 11.39%
B = 55.94%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421771 (or 0x421771) is known color: Christalle. HEX triplet: 42, 17 and 71. RGB value is (66,23,113). Sum of RGB (Red+Green+Blue) = 66+23+113=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #421771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421771 is #BDE88E. Grayscale: #2D2D2D. Windows color (decimal): -12445839 or 7411522. OLE color: 7411522.

HSL color Cylindrical-coordinate representation of color #421771: hue angle of 268.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421771 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 23 113 -
CMYK 0.42 0.80 0 0.56
HSL 268.67º 0.66% 0.27% -
HSV(B) 268.67º 0.8% 0.44% -
XYZ 5.53 2.96 15.9 -
YUV 46.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 66 23 113 0.42 0.80 0 0.56 268.67 0.66 0.27
Hex 42 17 71 2A 50 0 38 10D 42 1B
Octal 102 27 161 52 120 0 70 415 102 33
Binary 1000010 10111 1110001 101010 1010000 0 111000 100001101 1000010 11011

Color Harmonies of #421771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421771

Black with #421771

Text Example


Text Example

White with #421771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421771; }

 p { color: rgb(66,23,113); }

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

background-color css

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

 a { background-color: rgb(66,23,113); }

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

border-color css

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

 span { border-color: rgb(66,23,113); }

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