Html Css Color HEX #422561 Christalle

📋 copy color: '#422561'

red 66 ◦ green 37 ◦ blue 97

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

Shades of Christalle #422561

Tints of Christalle #422561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 33%
G = 18.5%
B = 48.5%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422561 (or 0x422561) is known color: Christalle. HEX triplet: 42, 25 and 61. RGB value is (66,37,97). Sum of RGB (Red+Green+Blue) = 66+37+97=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #422561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422561 is #BDDA9E. Grayscale: #343434. Windows color (decimal): -12442271 or 6366530. OLE color: 6366530.

HSL color Cylindrical-coordinate representation of color #422561: hue angle of 269º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422561 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 37 97 -
CMYK 0.32 0.62 0 0.62
HSL 269º 0.45% 0.26% -
HSV(B) 269º 0.62% 0.38% -
XYZ 5.07 3.34 11.69 -
YUV 52.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 66 37 97 0.32 0.62 0 0.62 269 0.45 0.26
Hex 42 25 61 20 3E 0 3E 10D 2D 1A
Octal 102 45 141 40 76 0 76 415 55 32
Binary 1000010 100101 1100001 100000 111110 0 111110 100001101 101101 11010

Color Harmonies of #422561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422561

Black with #422561

Text Example


Text Example

White with #422561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422561; }

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

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

background-color css

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

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

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

border-color css

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

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

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