Html Css Color HEX #422663 Christalle

📋 copy color: '#422663'

red 66 ◦ green 38 ◦ blue 99

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

Shades of Christalle #422663

Tints of Christalle #422663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 32.51%
G = 18.72%
B = 48.77%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#422663 (or 0x422663) is known color: Christalle. HEX triplet: 42, 26 and 63. RGB value is (66,38,99). Sum of RGB (Red+Green+Blue) = 66+38+99=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #422663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422663 is #BDD99C. Grayscale: #353535. Windows color (decimal): -12442013 or 6497858. OLE color: 6497858.

HSL color Cylindrical-coordinate representation of color #422663: hue angle of 267.54º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422663 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 38 99 -
CMYK 0.33 0.62 0 0.61
HSL 267.54º 0.45% 0.27% -
HSV(B) 267.54º 0.62% 0.39% -
XYZ 5.19 3.45 12.2 -
YUV 53.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 66 38 99 0.33 0.62 0 0.61 267.54 0.45 0.27
Hex 42 26 63 21 3E 0 3D 10C 2D 1B
Octal 102 46 143 41 76 0 75 414 55 33
Binary 1000010 100110 1100011 100001 111110 0 111101 100001100 101101 11011

Color Harmonies of #422663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422663

Black with #422663

Text Example


Text Example

White with #422663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422663; }

 p { color: rgb(66,38,99); }

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

background-color css

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

 a { background-color: rgb(66,38,99); }

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

border-color css

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

 span { border-color: rgb(66,38,99); }

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