Html Css Color HEX #422DEC Han Purple

📋 copy color: '#422DEC'

red 66 ◦ green 45 ◦ blue 236

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

Shades of Han Purple #422DEC

Tints of Han Purple #422DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.01%

R = 19.02%
G = 12.97%
B = 68.01%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#422DEC (or 0x422DEC) is known color: Han Purple. HEX triplet: 42, 2D and EC. RGB value is (66,45,236). Sum of RGB (Red+Green+Blue) = 66+45+236=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #422DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DEC is #BDD213. Grayscale: #484848. Windows color (decimal): -12440084 or 15478082. OLE color: 15478082.

HSL color Cylindrical-coordinate representation of color #422DEC: hue angle of 246.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422DEC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 45 236 -
CMYK 0.72 0.81 0 0.07
HSL 246.6º 0.83% 0.55% -
HSV(B) 246.6º 0.81% 0.93% -
XYZ 18.33 9.09 80.15 -
YUV 73.05 219.96 122.97 -
System Red Green Blue C M Y K H S L
Decimal 66 45 236 0.72 0.81 0 0.07 246.6 0.83 0.55
Hex 42 2D EC 48 51 0 7 F7 53 37
Octal 102 55 354 110 121 0 7 367 123 67
Binary 1000010 101101 11101100 1001000 1010001 0 111 11110111 1010011 110111

Color Harmonies of #422DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DEC

Black with #422DEC

Text Example


Text Example

White with #422DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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