Html Css Color HEX #422FDB Han Purple

📋 copy color: '#422FDB'

red 66 ◦ green 47 ◦ blue 219

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

Shades of Han Purple #422FDB

Tints of Han Purple #422FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

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

R = 19.88%
G = 14.16%
B = 65.96%

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

#422FDB (or 0x422FDB) is known color: Han Purple. HEX triplet: 42, 2F and DB. RGB value is (66,47,219). Sum of RGB (Red+Green+Blue) = 66+47+219=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #422FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FDB is #BDD024. Grayscale: #474747. Windows color (decimal): -12439589 or 14364482. OLE color: 14364482.

HSL color Cylindrical-coordinate representation of color #422FDB: hue angle of 246.63º degrees, saturation: 0.7, 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 #422FDB is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 47 219 -
CMYK 0.70 0.79 0 0.14
HSL 246.63º 0.7% 0.52% -
HSV(B) 246.63º 0.79% 0.86% -
XYZ 16.05 8.31 67.78 -
YUV 72.29 210.79 123.51 -
System Red Green Blue C M Y K H S L
Decimal 66 47 219 0.70 0.79 0 0.14 246.63 0.7 0.52
Hex 42 2F DB 46 4F 0 E F7 46 34
Octal 102 57 333 106 117 0 16 367 106 64
Binary 1000010 101111 11011011 1000110 1001111 0 1110 11110111 1000110 110100

Color Harmonies of #422FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FDB

Black with #422FDB

Text Example


Text Example

White with #422FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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