Html Css Color HEX #422EEC Han Purple

📋 copy color: '#422EEC'

red 66 ◦ green 46 ◦ blue 236

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

Shades of Han Purple #422EEC

Tints of Han Purple #422EEC

RGB

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

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

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

R = 18.97%
G = 13.22%
B = 67.82%

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

#422EEC (or 0x422EEC) is known color: Han Purple. HEX triplet: 42, 2E and EC. RGB value is (66,46,236). Sum of RGB (Red+Green+Blue) = 66+46+236=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #422EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EEC is #BDD113. Grayscale: #484848. Windows color (decimal): -12439828 or 15478338. OLE color: 15478338.

HSL color Cylindrical-coordinate representation of color #422EEC: hue angle of 246.32º 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 #422EEC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 46 236 -
CMYK 0.72 0.81 0 0.07
HSL 246.32º 0.83% 0.55% -
HSV(B) 246.32º 0.81% 0.93% -
XYZ 18.36 9.17 80.16 -
YUV 73.64 219.63 122.55 -
System Red Green Blue C M Y K H S L
Decimal 66 46 236 0.72 0.81 0 0.07 246.32 0.83 0.55
Hex 42 2E EC 48 51 0 7 F6 53 37
Octal 102 56 354 110 121 0 7 366 123 67
Binary 1000010 101110 11101100 1001000 1010001 0 111 11110110 1010011 110111

Color Harmonies of #422EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EEC

Black with #422EEC

Text Example


Text Example

White with #422EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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