Html Css Color HEX #422CDC Han Purple

📋 copy color: '#422CDC'

red 66 ◦ green 44 ◦ blue 220

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

Shades of Han Purple #422CDC

Tints of Han Purple #422CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

 BLUE value IS 220 (86.33% from 255) = 66.67%

R = 20%
G = 13.33%
B = 66.67%

CMYK

 C value IS 0.7

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#422CDC (or 0x422CDC) is known color: Han Purple. HEX triplet: 42, 2C and DC. RGB value is (66,44,220). Sum of RGB (Red+Green+Blue) = 66+44+220=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #422CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CDC is #BDD323. Grayscale: #454545. Windows color (decimal): -12440356 or 14429250. OLE color: 14429250.

HSL color Cylindrical-coordinate representation of color #422CDC: hue angle of 247.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422CDC is Cyan = 0.7, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 44 220 -
CMYK 0.7 0.8 0 0.14
HSL 247.5º 0.72% 0.52% -
HSV(B) 247.5º 0.8% 0.86% -
XYZ 16.07 8.13 68.43 -
YUV 70.64 212.29 124.69 -
System Red Green Blue C M Y K H S L
Decimal 66 44 220 0.7 0.8 0 0.14 247.5 0.72 0.52
Hex 42 2C DC 46 50 0 E F8 48 34
Octal 102 54 334 106 120 0 16 370 110 64
Binary 1000010 101100 11011100 1000110 1010000 0 1110 11111000 1001000 110100

Color Harmonies of #422CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CDC

Black with #422CDC

Text Example


Text Example

White with #422CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422CDC; }

 p { color: rgb(66,44,220); }

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

background-color css

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

 a { background-color: rgb(66,44,220); }

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

border-color css

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

 span { border-color: rgb(66,44,220); }

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