Html Css Color HEX #4301EC Han Purple

📋 copy color: '#4301EC'

red 67 ◦ green 1 ◦ blue 236

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

Shades of Han Purple #4301EC

Tints of Han Purple #4301EC

RGB

 RED value IS 67 (26.56% from 255) = 22.04%

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 236 (92.58% from 255) = 77.63%

R = 22.04%
G = 0.33%
B = 77.63%

CMYK

 C value IS 0.72

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4301EC (or 0x4301EC) is known color: Han Purple. HEX triplet: 43, 01 and EC. RGB value is (67,1,236). Sum of RGB (Red+Green+Blue) = 67+1+236=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #4301EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4301EC is #BCFE13. Grayscale: #2E2E2E. Windows color (decimal): -12385812 or 15466819. OLE color: 15466819.

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

Color convert

RGB 67 1 236 -
CMYK 0.72 1.00 0 0.07
HSL 256.85º 0.99% 0.46% -
HSV(B) 256.85º 1% 0.93% -
XYZ 17.47 7.27 79.84 -
YUV 47.52 234.37 141.89 -
System Red Green Blue C M Y K H S L
Decimal 67 1 236 0.72 1.00 0 0.07 256.85 0.99 0.46
Hex 43 1 EC 48 64 0 7 101 63 2E
Octal 103 1 354 110 144 0 7 401 143 56
Binary 1000011 1 11101100 1001000 1100100 0 111 100000001 1100011 101110

Color Harmonies of #4301EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4301EC

Black with #4301EC

Text Example


Text Example

White with #4301EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4301EC; }

 p { color: rgb(67,1,236); }

 H1.HeaderClassName
 {
   color: #4301EC;
 }
 .AnyTagClassName
 {
   color: #4301EC;
 }
</style>

background-color css

<style>
 a { background-color: #4301EC; }

 a { background-color: rgb(67,1,236); }

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

border-color css

<style>
 span { border-color: #4301EC; }

 span { border-color: rgb(67,1,236); }

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