Html Css Color HEX #422DDF Han Purple

📋 copy color: '#422DDF'

red 66 ◦ green 45 ◦ blue 223

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

Shades of Han Purple #422DDF

Tints of Han Purple #422DDF

RGB

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

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

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

R = 19.76%
G = 13.47%
B = 66.77%

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

#422DDF (or 0x422DDF) is known color: Han Purple. HEX triplet: 42, 2D and DF. RGB value is (66,45,223). Sum of RGB (Red+Green+Blue) = 66+45+223=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #422DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DDF is #BDD220. Grayscale: #464646. Windows color (decimal): -12440097 or 14626114. OLE color: 14626114.

HSL color Cylindrical-coordinate representation of color #422DDF: hue angle of 247.08º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422DDF is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 45 223 -
CMYK 0.70 0.80 0 0.13
HSL 247.08º 0.74% 0.53% -
HSV(B) 247.08º 0.8% 0.87% -
XYZ 16.5 8.36 70.56 -
YUV 71.57 213.46 124.03 -
System Red Green Blue C M Y K H S L
Decimal 66 45 223 0.70 0.80 0 0.13 247.08 0.74 0.53
Hex 42 2D DF 46 50 0 D F7 4A 35
Octal 102 55 337 106 120 0 15 367 112 65
Binary 1000010 101101 11011111 1000110 1010000 0 1101 11110111 1001010 110101

Color Harmonies of #422DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DDF

Black with #422DDF

Text Example


Text Example

White with #422DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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