Html Css Color HEX #422CDD Han Purple

📋 copy color: '#422CDD'

red 66 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #422CDD

Tints of Han Purple #422CDD

RGB

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

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

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

R = 19.94%
G = 13.29%
B = 66.77%

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

#422CDD (or 0x422CDD) is known color: Han Purple. HEX triplet: 42, 2C and DD. RGB value is (66,44,221). Sum of RGB (Red+Green+Blue) = 66+44+221=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #422CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CDD is #BDD322. Grayscale: #464646. Windows color (decimal): -12440355 or 14494786. OLE color: 14494786.

HSL color Cylindrical-coordinate representation of color #422CDD: hue angle of 247.46º 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 #422CDD is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 44 221 -
CMYK 0.70 0.80 0 0.13
HSL 247.46º 0.72% 0.52% -
HSV(B) 247.46º 0.8% 0.87% -
XYZ 16.2 8.18 69.13 -
YUV 70.76 212.79 124.61 -
System Red Green Blue C M Y K H S L
Decimal 66 44 221 0.70 0.80 0 0.13 247.46 0.72 0.52
Hex 42 2C DD 46 50 0 D F7 48 34
Octal 102 54 335 106 120 0 15 367 110 64
Binary 1000010 101100 11011101 1000110 1010000 0 1101 11110111 1001000 110100

Color Harmonies of #422CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CDD

Black with #422CDD

Text Example


Text Example

White with #422CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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