Html Css Color HEX #422462 Christalle

📋 copy color: '#422462'

red 66 ◦ green 36 ◦ blue 98

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

Shades of Christalle #422462

Tints of Christalle #422462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

 BLUE value IS 98 (38.67% from 255) = 49%

R = 33%
G = 18%
B = 49%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422462 (or 0x422462) is known color: Christalle. HEX triplet: 42, 24 and 62. RGB value is (66,36,98). Sum of RGB (Red+Green+Blue) = 66+36+98=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #422462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422462 is #BDDB9D. Grayscale: #333333. Windows color (decimal): -12442526 or 6431810. OLE color: 6431810.

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

Color convert

RGB 66 36 98 -
CMYK 0.33 0.63 0 0.62
HSL 269.03º 0.46% 0.26% -
HSV(B) 269.03º 0.63% 0.38% -
XYZ 5.08 3.3 11.92 -
YUV 52.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 66 36 98 0.33 0.63 0 0.62 269.03 0.46 0.26
Hex 42 24 62 21 3F 0 3E 10D 2E 1A
Octal 102 44 142 41 77 0 76 415 56 32
Binary 1000010 100100 1100010 100001 111111 0 111110 100001101 101110 11010

Color Harmonies of #422462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422462

Black with #422462

Text Example


Text Example

White with #422462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422462; }

 p { color: rgb(66,36,98); }

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

background-color css

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

 a { background-color: rgb(66,36,98); }

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

border-color css

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

 span { border-color: rgb(66,36,98); }

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