Html Css Color HEX #4200EB Han Purple

📋 copy color: '#4200EB'

red 66 ◦ green 0 ◦ blue 235

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

Shades of Han Purple #4200EB

Tints of Han Purple #4200EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.93%
G = 0%
B = 78.07%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4200EB (or 0x4200EB) is known color: Han Purple. HEX triplet: 42, 00 and EB. RGB value is (66,0,235). Sum of RGB (Red+Green+Blue) = 66+0+235=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #4200EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4200EB is #BDFF14. Grayscale: #2D2D2D. Windows color (decimal): -12451605 or 15401026. OLE color: 15401026.

HSL color Cylindrical-coordinate representation of color #4200EB: hue angle of 256.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200EB is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 0 235 -
CMYK 0.72 1 0 0.08
HSL 256.85º 1% 0.46% -
HSV(B) 256.85º 1% 0.92% -
XYZ 17.24 7.16 79.07 -
YUV 46.52 234.37 141.89 -
System Red Green Blue C M Y K H S L
Decimal 66 0 235 0.72 1 0 0.08 256.85 1 0.46
Hex 42 0 EB 48 64 0 8 101 64 2E
Octal 102 0 353 110 144 0 10 401 144 56
Binary 1000010 0 11101011 1001000 1100100 0 1000 100000001 1100100 101110

Color Harmonies of #4200EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4200EB

Black with #4200EB

Text Example


Text Example

White with #4200EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4200EB; }

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

 H1.HeaderClassName
 {
   color: #4200EB;
 }
 .AnyTagClassName
 {
   color: #4200EB;
 }
</style>

background-color css

<style>
 a { background-color: #4200EB; }

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

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

border-color css

<style>
 span { border-color: #4200EB; }

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

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