Html Css Color HEX #422568 Christalle

📋 copy color: '#422568'

red 66 ◦ green 37 ◦ blue 104

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

Shades of Christalle #422568

Tints of Christalle #422568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 31.88%
G = 17.87%
B = 50.24%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#422568 (or 0x422568) is known color: Christalle. HEX triplet: 42, 25 and 68. RGB value is (66,37,104). Sum of RGB (Red+Green+Blue) = 66+37+104=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #422568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422568 is #BDDA97. Grayscale: #353535. Windows color (decimal): -12442264 or 6825282. OLE color: 6825282.

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

Color convert

RGB 66 37 104 -
CMYK 0.37 0.64 0 0.59
HSL 265.97º 0.48% 0.28% -
HSV(B) 265.97º 0.64% 0.41% -
XYZ 5.41 3.48 13.48 -
YUV 53.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 66 37 104 0.37 0.64 0 0.59 265.97 0.48 0.28
Hex 42 25 68 25 40 0 3B 10A 30 1C
Octal 102 45 150 45 100 0 73 412 60 34
Binary 1000010 100101 1101000 100101 1000000 0 111011 100001010 110000 11100

Color Harmonies of #422568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422568

Black with #422568

Text Example


Text Example

White with #422568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422568; }

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

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

background-color css

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

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

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

border-color css

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

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

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