Html Css Color HEX #422768 Christalle

📋 copy color: '#422768'

red 66 ◦ green 39 ◦ blue 104

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

Shades of Christalle #422768

Tints of Christalle #422768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 31.58%
G = 18.66%
B = 49.76%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#422768 (or 0x422768) is known color: Christalle. HEX triplet: 42, 27 and 68. RGB value is (66,39,104). Sum of RGB (Red+Green+Blue) = 66+39+104=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #422768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422768 is #BDD897. Grayscale: #363636. Windows color (decimal): -12441752 or 6825794. OLE color: 6825794.

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

Color convert

RGB 66 39 104 -
CMYK 0.37 0.62 0 0.59
HSL 264.92º 0.45% 0.28% -
HSV(B) 264.92º 0.63% 0.41% -
XYZ 5.47 3.61 13.5 -
YUV 54.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 66 39 104 0.37 0.62 0 0.59 264.92 0.45 0.28
Hex 42 27 68 25 3E 0 3B 109 2D 1C
Octal 102 47 150 45 76 0 73 411 55 34
Binary 1000010 100111 1101000 100101 111110 0 111011 100001001 101101 11100

Color Harmonies of #422768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422768

Black with #422768

Text Example


Text Example

White with #422768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422768; }

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

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

background-color css

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

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

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

border-color css

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

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

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