Html Css Color HEX #422FDA Han Purple

📋 copy color: '#422FDA'

red 66 ◦ green 47 ◦ blue 218

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

Shades of Han Purple #422FDA

Tints of Han Purple #422FDA

RGB

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

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

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

R = 19.94%
G = 14.2%
B = 65.86%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#422FDA (or 0x422FDA) is known color: Han Purple. HEX triplet: 42, 2F and DA. RGB value is (66,47,218). Sum of RGB (Red+Green+Blue) = 66+47+218=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #422FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FDA is #BDD025. Grayscale: #474747. Windows color (decimal): -12439590 or 14298946. OLE color: 14298946.

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

Color convert

RGB 66 47 218 -
CMYK 0.70 0.78 0 0.15
HSL 246.67º 0.7% 0.52% -
HSV(B) 246.67º 0.78% 0.85% -
XYZ 15.92 8.25 67.08 -
YUV 72.18 210.29 123.6 -
System Red Green Blue C M Y K H S L
Decimal 66 47 218 0.70 0.78 0 0.15 246.67 0.7 0.52
Hex 42 2F DA 46 4E 0 F F7 46 34
Octal 102 57 332 106 116 0 17 367 106 64
Binary 1000010 101111 11011010 1000110 1001110 0 1111 11110111 1000110 110100

Color Harmonies of #422FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FDA

Black with #422FDA

Text Example


Text Example

White with #422FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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