Html Css Color HEX #422CDA Han Purple

📋 copy color: '#422CDA'

red 66 ◦ green 44 ◦ blue 218

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

Shades of Han Purple #422CDA

Tints of Han Purple #422CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 20.12%
G = 13.41%
B = 66.46%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#422CDA (or 0x422CDA) is known color: Han Purple. HEX triplet: 42, 2C and DA. RGB value is (66,44,218). Sum of RGB (Red+Green+Blue) = 66+44+218=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #422CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CDA is #BDD325. Grayscale: #454545. Windows color (decimal): -12440358 or 14298178. OLE color: 14298178.

HSL color Cylindrical-coordinate representation of color #422CDA: hue angle of 247.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422CDA is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 44 218 -
CMYK 0.70 0.80 0 0.15
HSL 247.59º 0.7% 0.51% -
HSV(B) 247.59º 0.8% 0.85% -
XYZ 15.8 8.02 67.05 -
YUV 70.41 211.29 124.85 -
System Red Green Blue C M Y K H S L
Decimal 66 44 218 0.70 0.80 0 0.15 247.59 0.7 0.51
Hex 42 2C DA 46 50 0 F F8 46 33
Octal 102 54 332 106 120 0 17 370 106 63
Binary 1000010 101100 11011010 1000110 1010000 0 1111 11111000 1000110 110011

Color Harmonies of #422CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CDA

Black with #422CDA

Text Example


Text Example

White with #422CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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