Html Css Color HEX #422CEB Han Purple

📋 copy color: '#422CEB'

red 66 ◦ green 44 ◦ blue 235

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

Shades of Han Purple #422CEB

Tints of Han Purple #422CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.75%

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

R = 19.13%
G = 12.75%
B = 68.12%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#422CEB (or 0x422CEB) is known color: Han Purple. HEX triplet: 42, 2C and EB. RGB value is (66,44,235). Sum of RGB (Red+Green+Blue) = 66+44+235=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #422CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422CEB is #BDD314. Grayscale: #474747. Windows color (decimal): -12440341 or 15412290. OLE color: 15412290.

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

Color convert

RGB 66 44 235 -
CMYK 0.72 0.81 0 0.08
HSL 246.91º 0.83% 0.55% -
HSV(B) 246.91º 0.81% 0.92% -
XYZ 18.14 8.96 79.37 -
YUV 72.35 219.79 123.47 -
System Red Green Blue C M Y K H S L
Decimal 66 44 235 0.72 0.81 0 0.08 246.91 0.83 0.55
Hex 42 2C EB 48 51 0 8 F7 53 37
Octal 102 54 353 110 121 0 10 367 123 67
Binary 1000010 101100 11101011 1001000 1010001 0 1000 11110111 1010011 110111

Color Harmonies of #422CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CEB

Black with #422CEB

Text Example


Text Example

White with #422CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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