Html Css Color HEX #422EEE Han Purple

📋 copy color: '#422EEE'

red 66 ◦ green 46 ◦ blue 238

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

Shades of Han Purple #422EEE

Tints of Han Purple #422EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68%

R = 18.86%
G = 13.14%
B = 68%

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

#422EEE (or 0x422EEE) is known color: Han Purple. HEX triplet: 42, 2E and EE. RGB value is (66,46,238). Sum of RGB (Red+Green+Blue) = 66+46+238=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #422EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EEE is #BDD111. Grayscale: #494949. Windows color (decimal): -12439826 or 15609410. OLE color: 15609410.

HSL color Cylindrical-coordinate representation of color #422EEE: hue angle of 246.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422EEE is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 46 238 -
CMYK 0.72 0.81 0 0.07
HSL 246.25º 0.85% 0.56% -
HSV(B) 246.25º 0.81% 0.93% -
XYZ 18.66 9.29 81.7 -
YUV 73.87 220.63 122.39 -
System Red Green Blue C M Y K H S L
Decimal 66 46 238 0.72 0.81 0 0.07 246.25 0.85 0.56
Hex 42 2E EE 48 51 0 7 F6 55 38
Octal 102 56 356 110 121 0 7 366 125 70
Binary 1000010 101110 11101110 1001000 1010001 0 111 11110110 1010101 111000

Color Harmonies of #422EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EEE

Black with #422EEE

Text Example


Text Example

White with #422EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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