Html Css Color HEX #4601ED Han Purple

📋 copy color: '#4601ED'

red 70 ◦ green 1 ◦ blue 237

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

Shades of Han Purple #4601ED

Tints of Han Purple #4601ED

RGB

 RED value IS 70 (27.73% from 255) = 22.73%

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

 BLUE value IS 237 (92.97% from 255) = 76.95%

R = 22.73%
G = 0.32%
B = 76.95%

CMYK

 C value IS 0.70

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4601ED (or 0x4601ED) is known color: Han Purple. HEX triplet: 46, 01 and ED. RGB value is (70,1,237). Sum of RGB (Red+Green+Blue) = 70+1+237=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #4601ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4601ED is #B9FE12. Grayscale: #2F2F2F. Windows color (decimal): -12189203 or 15532358. OLE color: 15532358.

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

Color convert

RGB 70 1 237 -
CMYK 0.70 1.00 0 0.07
HSL 257.54º 0.99% 0.47% -
HSV(B) 257.54º 1% 0.93% -
XYZ 17.82 7.44 80.62 -
YUV 48.54 234.36 143.31 -
System Red Green Blue C M Y K H S L
Decimal 70 1 237 0.70 1.00 0 0.07 257.54 0.99 0.47
Hex 46 1 ED 46 64 0 7 102 63 2F
Octal 106 1 355 106 144 0 7 402 143 57
Binary 1000110 1 11101101 1000110 1100100 0 111 100000010 1100011 101111

Color Harmonies of #4601ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4601ED

Black with #4601ED

Text Example


Text Example

White with #4601ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4601ED; }

 p { color: rgb(70,1,237); }

 H1.HeaderClassName
 {
   color: #4601ED;
 }
 .AnyTagClassName
 {
   color: #4601ED;
 }
</style>

background-color css

<style>
 a { background-color: #4601ED; }

 a { background-color: rgb(70,1,237); }

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

border-color css

<style>
 span { border-color: #4601ED; }

 span { border-color: rgb(70,1,237); }

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