Html Css Color HEX #422DDB Han Purple

📋 copy color: '#422DDB'

red 66 ◦ green 45 ◦ blue 219

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

Shades of Han Purple #422DDB

Tints of Han Purple #422DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 20%
G = 13.64%
B = 66.36%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#422DDB (or 0x422DDB) is known color: Han Purple. HEX triplet: 42, 2D and DB. RGB value is (66,45,219). Sum of RGB (Red+Green+Blue) = 66+45+219=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #422DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DDB is #BDD224. Grayscale: #464646. Windows color (decimal): -12440101 or 14363970. OLE color: 14363970.

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

Color convert

RGB 66 45 219 -
CMYK 0.70 0.79 0 0.14
HSL 247.24º 0.71% 0.52% -
HSV(B) 247.24º 0.79% 0.86% -
XYZ 15.97 8.15 67.75 -
YUV 71.12 211.46 124.35 -
System Red Green Blue C M Y K H S L
Decimal 66 45 219 0.70 0.79 0 0.14 247.24 0.71 0.52
Hex 42 2D DB 46 4F 0 E F7 47 34
Octal 102 55 333 106 117 0 16 367 107 64
Binary 1000010 101101 11011011 1000110 1001111 0 1110 11110111 1000111 110100

Color Harmonies of #422DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DDB

Black with #422DDB

Text Example


Text Example

White with #422DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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