Html Css Color HEX #422861 Christalle

📋 copy color: '#422861'

red 66 ◦ green 40 ◦ blue 97

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

Shades of Christalle #422861

Tints of Christalle #422861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 32.51%
G = 19.7%
B = 47.78%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422861 (or 0x422861) is known color: Christalle. HEX triplet: 42, 28 and 61. RGB value is (66,40,97). Sum of RGB (Red+Green+Blue) = 66+40+97=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #422861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422861 is #BDD79E. Grayscale: #363636. Windows color (decimal): -12441503 or 6367298. OLE color: 6367298.

HSL color Cylindrical-coordinate representation of color #422861: hue angle of 267.37º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422861 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 40 97 -
CMYK 0.32 0.59 0 0.62
HSL 267.37º 0.42% 0.27% -
HSV(B) 267.37º 0.59% 0.38% -
XYZ 5.16 3.54 11.72 -
YUV 54.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 66 40 97 0.32 0.59 0 0.62 267.37 0.42 0.27
Hex 42 28 61 20 3B 0 3E 10B 2A 1B
Octal 102 50 141 40 73 0 76 413 52 33
Binary 1000010 101000 1100001 100000 111011 0 111110 100001011 101010 11011

Color Harmonies of #422861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422861

Black with #422861

Text Example


Text Example

White with #422861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422861; }

 p { color: rgb(66,40,97); }

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

background-color css

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

 a { background-color: rgb(66,40,97); }

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

border-color css

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

 span { border-color: rgb(66,40,97); }

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