Html Css Color HEX #4209E0 Han Purple

📋 copy color: '#4209E0'

red 66 ◦ green 9 ◦ blue 224

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

Shades of Han Purple #4209E0

Tints of Han Purple #4209E0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.01%

 BLUE value IS 224 (87.89% from 255) = 74.92%

R = 22.07%
G = 3.01%
B = 74.92%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4209E0 (or 0x4209E0) is known color: Han Purple. HEX triplet: 42, 09 and E0. RGB value is (66,9,224). Sum of RGB (Red+Green+Blue) = 66+9+224=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 224 (87.89% from 255 or 74.92% from 299); Max value from RGB is 224 - color contains mainly: blue. Hex color #4209E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4209E0 is #BDF61F. Grayscale: #313131. Windows color (decimal): -12449312 or 14682434. OLE color: 14682434.

HSL color Cylindrical-coordinate representation of color #4209E0: hue angle of 255.91º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4209E0 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 9 224 -
CMYK 0.71 0.96 0 0.12
HSL 255.91º 0.92% 0.46% -
HSV(B) 255.91º 0.96% 0.88% -
XYZ 15.8 6.74 70.99 -
YUV 50.55 225.88 139.02 -
System Red Green Blue C M Y K H S L
Decimal 66 9 224 0.71 0.96 0 0.12 255.91 0.92 0.46
Hex 42 9 E0 47 60 0 C 100 5C 2E
Octal 102 11 340 107 140 0 14 400 134 56
Binary 1000010 1001 11100000 1000111 1100000 0 1100 100000000 1011100 101110

Color Harmonies of #4209E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4209E0

Black with #4209E0

Text Example


Text Example

White with #4209E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4209E0; }

 p { color: rgb(66,9,224); }

 H1.HeaderClassName
 {
   color: #4209E0;
 }
 .AnyTagClassName
 {
   color: #4209E0;
 }
</style>

background-color css

<style>
 a { background-color: #4209E0; }

 a { background-color: rgb(66,9,224); }

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

border-color css

<style>
 span { border-color: #4209E0; }

 span { border-color: rgb(66,9,224); }

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