Html Css Color HEX #422FDC Han Purple

📋 copy color: '#422FDC'

red 66 ◦ green 47 ◦ blue 220

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

Shades of Han Purple #422FDC

Tints of Han Purple #422FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 19.82%
G = 14.11%
B = 66.07%

CMYK

 C value IS 0.7

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#422FDC (or 0x422FDC) is known color: Han Purple. HEX triplet: 42, 2F and DC. RGB value is (66,47,220). Sum of RGB (Red+Green+Blue) = 66+47+220=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #422FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FDC is #BDD023. Grayscale: #474747. Windows color (decimal): -12439588 or 14430018. OLE color: 14430018.

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

Color convert

RGB 66 47 220 -
CMYK 0.7 0.79 0 0.14
HSL 246.59º 0.71% 0.52% -
HSV(B) 246.59º 0.79% 0.86% -
XYZ 16.18 8.36 68.47 -
YUV 72.4 211.29 123.43 -
System Red Green Blue C M Y K H S L
Decimal 66 47 220 0.7 0.79 0 0.14 246.59 0.71 0.52
Hex 42 2F DC 46 4F 0 E F7 47 34
Octal 102 57 334 106 117 0 16 367 107 64
Binary 1000010 101111 11011100 1000110 1001111 0 1110 11110111 1000111 110100

Color Harmonies of #422FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FDC

Black with #422FDC

Text Example


Text Example

White with #422FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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