Html Css Color HEX #422EEB Han Purple

📋 copy color: '#422EEB'

red 66 ◦ green 46 ◦ blue 235

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

Shades of Han Purple #422EEB

Tints of Han Purple #422EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.26%

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 19.02%
G = 13.26%
B = 67.72%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#422EEB (or 0x422EEB) is known color: Han Purple. HEX triplet: 42, 2E and EB. RGB value is (66,46,235). Sum of RGB (Red+Green+Blue) = 66+46+235=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #422EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EEB is #BDD114. Grayscale: #484848. Windows color (decimal): -12439829 or 15412802. OLE color: 15412802.

HSL color Cylindrical-coordinate representation of color #422EEB: hue angle of 246.35º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422EEB is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 46 235 -
CMYK 0.72 0.80 0 0.08
HSL 246.35º 0.83% 0.55% -
HSV(B) 246.35º 0.8% 0.92% -
XYZ 18.22 9.11 79.4 -
YUV 73.53 219.13 122.63 -
System Red Green Blue C M Y K H S L
Decimal 66 46 235 0.72 0.80 0 0.08 246.35 0.83 0.55
Hex 42 2E EB 48 50 0 8 F6 53 37
Octal 102 56 353 110 120 0 10 366 123 67
Binary 1000010 101110 11101011 1001000 1010000 0 1000 11110110 1010011 110111

Color Harmonies of #422EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EEB

Black with #422EEB

Text Example


Text Example

White with #422EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,46,235); }

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

background-color css

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

 a { background-color: rgb(66,46,235); }

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

border-color css

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

 span { border-color: rgb(66,46,235); }

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