Html Css Color HEX #422360 Christalle

📋 copy color: '#422360'

red 66 ◦ green 35 ◦ blue 96

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

Shades of Christalle #422360

Tints of Christalle #422360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 33.5%
G = 17.77%
B = 48.73%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422360 (or 0x422360) is known color: Christalle. HEX triplet: 42, 23 and 60. RGB value is (66,35,96). Sum of RGB (Red+Green+Blue) = 66+35+96=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #422360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422360 is #BDDC9F. Grayscale: #333333. Windows color (decimal): -12442784 or 6300482. OLE color: 6300482.

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

Color convert

RGB 66 35 96 -
CMYK 0.31 0.64 0 0.62
HSL 270.49º 0.47% 0.26% -
HSV(B) 270.49º 0.64% 0.38% -
XYZ 4.96 3.2 11.42 -
YUV 51.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 66 35 96 0.31 0.64 0 0.62 270.49 0.47 0.26
Hex 42 23 60 1F 40 0 3E 10E 2F 1A
Octal 102 43 140 37 100 0 76 416 57 32
Binary 1000010 100011 1100000 11111 1000000 0 111110 100001110 101111 11010

Color Harmonies of #422360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422360

Black with #422360

Text Example


Text Example

White with #422360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422360; }

 p { color: rgb(66,35,96); }

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

background-color css

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

 a { background-color: rgb(66,35,96); }

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

border-color css

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

 span { border-color: rgb(66,35,96); }

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