Html Css Color HEX #422BE4 Han Purple

📋 copy color: '#422BE4'

red 66 ◦ green 43 ◦ blue 228

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

Shades of Han Purple #422BE4

Tints of Han Purple #422BE4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.76%

 BLUE value IS 228 (89.45% from 255) = 67.66%

R = 19.58%
G = 12.76%
B = 67.66%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#422BE4 (or 0x422BE4) is known color: Han Purple. HEX triplet: 42, 2B and E4. RGB value is (66,43,228). Sum of RGB (Red+Green+Blue) = 66+43+228=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #422BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BE4 is #BDD41B. Grayscale: #464646. Windows color (decimal): -12440604 or 14953282. OLE color: 14953282.

HSL color Cylindrical-coordinate representation of color #422BE4: hue angle of 247.46º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422BE4 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 43 228 -
CMYK 0.71 0.81 0 0.11
HSL 247.46º 0.77% 0.53% -
HSV(B) 247.46º 0.81% 0.89% -
XYZ 17.11 8.49 74.14 -
YUV 70.97 216.62 124.46 -
System Red Green Blue C M Y K H S L
Decimal 66 43 228 0.71 0.81 0 0.11 247.46 0.77 0.53
Hex 42 2B E4 47 51 0 B F7 4D 35
Octal 102 53 344 107 121 0 13 367 115 65
Binary 1000010 101011 11100100 1000111 1010001 0 1011 11110111 1001101 110101

Color Harmonies of #422BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BE4

Black with #422BE4

Text Example


Text Example

White with #422BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,43,228); }

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

background-color css

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

 a { background-color: rgb(66,43,228); }

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

border-color css

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

 span { border-color: rgb(66,43,228); }

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