Html Css Color HEX #4206EE Han Purple

📋 copy color: '#4206EE'

red 66 ◦ green 6 ◦ blue 238

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

Shades of Han Purple #4206EE

Tints of Han Purple #4206EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 21.29%
G = 1.94%
B = 76.77%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4206EE (or 0x4206EE) is known color: Han Purple. HEX triplet: 42, 06 and EE. RGB value is (66,6,238). Sum of RGB (Red+Green+Blue) = 66+6+238=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #4206EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4206EE is #BDF911. Grayscale: #313131. Windows color (decimal): -12450066 or 15599170. OLE color: 15599170.

HSL color Cylindrical-coordinate representation of color #4206EE: hue angle of 255.52º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4206EE is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 6 238 -
CMYK 0.72 0.97 0 0.07
HSL 255.52º 0.95% 0.48% -
HSV(B) 255.52º 0.97% 0.93% -
XYZ 17.74 7.46 81.39 -
YUV 50.39 233.88 139.14 -
System Red Green Blue C M Y K H S L
Decimal 66 6 238 0.72 0.97 0 0.07 255.52 0.95 0.48
Hex 42 6 EE 48 61 0 7 100 5F 30
Octal 102 6 356 110 141 0 7 400 137 60
Binary 1000010 110 11101110 1001000 1100001 0 111 100000000 1011111 110000

Color Harmonies of #4206EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4206EE

Black with #4206EE

Text Example


Text Example

White with #4206EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4206EE; }

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

 H1.HeaderClassName
 {
   color: #4206EE;
 }
 .AnyTagClassName
 {
   color: #4206EE;
 }
</style>

background-color css

<style>
 a { background-color: #4206EE; }

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

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

border-color css

<style>
 span { border-color: #4206EE; }

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

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