Html Css Color HEX #422DDD Han Purple

📋 copy color: '#422DDD'

red 66 ◦ green 45 ◦ blue 221

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

Shades of Han Purple #422DDD

Tints of Han Purple #422DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 19.88%
G = 13.55%
B = 66.57%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#422DDD (or 0x422DDD) is known color: Han Purple. HEX triplet: 42, 2D and DD. RGB value is (66,45,221). Sum of RGB (Red+Green+Blue) = 66+45+221=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #422DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DDD is #BDD222. Grayscale: #464646. Windows color (decimal): -12440099 or 14495042. OLE color: 14495042.

HSL color Cylindrical-coordinate representation of color #422DDD: hue angle of 247.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422DDD is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 45 221 -
CMYK 0.70 0.80 0 0.13
HSL 247.16º 0.72% 0.52% -
HSV(B) 247.16º 0.8% 0.87% -
XYZ 16.24 8.26 69.14 -
YUV 71.34 212.46 124.19 -
System Red Green Blue C M Y K H S L
Decimal 66 45 221 0.70 0.80 0 0.13 247.16 0.72 0.52
Hex 42 2D DD 46 50 0 D F7 48 34
Octal 102 55 335 106 120 0 15 367 110 64
Binary 1000010 101101 11011101 1000110 1010000 0 1101 11110111 1001000 110100

Color Harmonies of #422DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DDD

Black with #422DDD

Text Example


Text Example

White with #422DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,45,221); }

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

background-color css

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

 a { background-color: rgb(66,45,221); }

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

border-color css

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

 span { border-color: rgb(66,45,221); }

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