Html Css Color HEX #422CDF Han Purple

📋 copy color: '#422CDF'

red 66 ◦ green 44 ◦ blue 223

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

Shades of Han Purple #422CDF

Tints of Han Purple #422CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.97%

R = 19.82%
G = 13.21%
B = 66.97%

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

#422CDF (or 0x422CDF) is known color: Han Purple. HEX triplet: 42, 2C and DF. RGB value is (66,44,223). Sum of RGB (Red+Green+Blue) = 66+44+223=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #422CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CDF is #BDD320. Grayscale: #464646. Windows color (decimal): -12440353 or 14625858. OLE color: 14625858.

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

Color convert

RGB 66 44 223 -
CMYK 0.70 0.80 0 0.13
HSL 247.37º 0.74% 0.52% -
HSV(B) 247.37º 0.8% 0.87% -
XYZ 16.47 8.29 70.54 -
YUV 70.98 213.79 124.45 -
System Red Green Blue C M Y K H S L
Decimal 66 44 223 0.70 0.80 0 0.13 247.37 0.74 0.52
Hex 42 2C DF 46 50 0 D F7 4A 34
Octal 102 54 337 106 120 0 15 367 112 64
Binary 1000010 101100 11011111 1000110 1010000 0 1101 11110111 1001010 110100

Color Harmonies of #422CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CDF

Black with #422CDF

Text Example


Text Example

White with #422CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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