Html Css Color HEX #422FEA Han Purple

📋 copy color: '#422FEA'

red 66 ◦ green 47 ◦ blue 234

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

Shades of Han Purple #422FEA

Tints of Han Purple #422FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.54%

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 19.02%
G = 13.54%
B = 67.44%

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

#422FEA (or 0x422FEA) is known color: Han Purple. HEX triplet: 42, 2F and EA. RGB value is (66,47,234). Sum of RGB (Red+Green+Blue) = 66+47+234=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #422FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FEA is #BDD015. Grayscale: #494949. Windows color (decimal): -12439574 or 15347522. OLE color: 15347522.

HSL color Cylindrical-coordinate representation of color #422FEA: hue angle of 246.1º degrees, saturation: 0.82, 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 #422FEA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 47 234 -
CMYK 0.72 0.80 0 0.08
HSL 246.1º 0.82% 0.55% -
HSV(B) 246.1º 0.8% 0.92% -
XYZ 18.11 9.13 78.65 -
YUV 74 218.29 122.29 -
System Red Green Blue C M Y K H S L
Decimal 66 47 234 0.72 0.80 0 0.08 246.1 0.82 0.55
Hex 42 2F EA 48 50 0 8 F6 52 37
Octal 102 57 352 110 120 0 10 366 122 67
Binary 1000010 101111 11101010 1001000 1010000 0 1000 11110110 1010010 110111

Color Harmonies of #422FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FEA

Black with #422FEA

Text Example


Text Example

White with #422FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,47,234); }

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

background-color css

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

 a { background-color: rgb(66,47,234); }

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

border-color css

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

 span { border-color: rgb(66,47,234); }

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