Html Css Color HEX #422565 Christalle

📋 copy color: '#422565'

red 66 ◦ green 37 ◦ blue 101

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

Shades of Christalle #422565

Tints of Christalle #422565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 32.35%
G = 18.14%
B = 49.51%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#422565 (or 0x422565) is known color: Christalle. HEX triplet: 42, 25 and 65. RGB value is (66,37,101). Sum of RGB (Red+Green+Blue) = 66+37+101=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #422565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422565 is #BDDA9A. Grayscale: #343434. Windows color (decimal): -12442267 or 6628674. OLE color: 6628674.

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

Color convert

RGB 66 37 101 -
CMYK 0.35 0.63 0 0.60
HSL 267.19º 0.46% 0.27% -
HSV(B) 267.19º 0.63% 0.4% -
XYZ 5.26 3.42 12.7 -
YUV 52.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 66 37 101 0.35 0.63 0 0.60 267.19 0.46 0.27
Hex 42 25 65 23 3F 0 3C 10B 2E 1B
Octal 102 45 145 43 77 0 74 413 56 33
Binary 1000010 100101 1100101 100011 111111 0 111100 100001011 101110 11011

Color Harmonies of #422565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422565

Black with #422565

Text Example


Text Example

White with #422565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422565; }

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

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

background-color css

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

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

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

border-color css

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

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

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