Html Css Color HEX #422966 Christalle

📋 copy color: '#422966'

red 66 ◦ green 41 ◦ blue 102

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

Shades of Christalle #422966

Tints of Christalle #422966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

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

R = 31.58%
G = 19.62%
B = 48.8%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#422966 (or 0x422966) is known color: Christalle. HEX triplet: 42, 29 and 66. RGB value is (66,41,102). Sum of RGB (Red+Green+Blue) = 66+41+102=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #422966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422966 is #BDD699. Grayscale: #373737. Windows color (decimal): -12441242 or 6695234. OLE color: 6695234.

HSL color Cylindrical-coordinate representation of color #422966: hue angle of 264.59º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422966 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 41 102 -
CMYK 0.35 0.60 0 0.6
HSL 264.59º 0.43% 0.28% -
HSV(B) 264.59º 0.6% 0.4% -
XYZ 5.44 3.7 13 -
YUV 55.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 66 41 102 0.35 0.60 0 0.6 264.59 0.43 0.28
Hex 42 29 66 23 3C 0 3C 109 2B 1C
Octal 102 51 146 43 74 0 74 411 53 34
Binary 1000010 101001 1100110 100011 111100 0 111100 100001001 101011 11100

Color Harmonies of #422966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422966

Black with #422966

Text Example


Text Example

White with #422966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422966; }

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

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

background-color css

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

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

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

border-color css

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

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

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