Html Css Color HEX #422766 Christalle

📋 copy color: '#422766'

red 66 ◦ green 39 ◦ blue 102

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

Shades of Christalle #422766

Tints of Christalle #422766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

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

R = 31.88%
G = 18.84%
B = 49.28%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#422766 (or 0x422766) is known color: Christalle. HEX triplet: 42, 27 and 66. RGB value is (66,39,102). Sum of RGB (Red+Green+Blue) = 66+39+102=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #422766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422766 is #BDD899. Grayscale: #363636. Windows color (decimal): -12441754 or 6694722. OLE color: 6694722.

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

Color convert

RGB 66 39 102 -
CMYK 0.35 0.62 0 0.6
HSL 265.71º 0.45% 0.28% -
HSV(B) 265.71º 0.62% 0.4% -
XYZ 5.37 3.57 12.98 -
YUV 54.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 66 39 102 0.35 0.62 0 0.6 265.71 0.45 0.28
Hex 42 27 66 23 3E 0 3C 10A 2D 1C
Octal 102 47 146 43 76 0 74 412 55 34
Binary 1000010 100111 1100110 100011 111110 0 111100 100001010 101101 11100

Color Harmonies of #422766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422766

Black with #422766

Text Example


Text Example

White with #422766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422766; }

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

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

background-color css

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

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

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

border-color css

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

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

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