Html Css Color HEX #4B01EA Han Purple

📋 copy color: '#4B01EA'

red 75 ◦ green 1 ◦ blue 234

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

Shades of Han Purple #4B01EA

Tints of Han Purple #4B01EA

RGB

 RED value IS 75 (29.69% from 255) = 24.19%

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

 BLUE value IS 234 (91.8% from 255) = 75.48%

R = 24.19%
G = 0.32%
B = 75.48%

CMYK

 C value IS 0.68

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4B01EA (or 0x4B01EA) is known color: Han Purple. HEX triplet: 4B, 01 and EA. RGB value is (75,1,234). Sum of RGB (Red+Green+Blue) = 75+1+234=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B01EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B01EA is #B4FE15. Grayscale: #303030. Windows color (decimal): -11861526 or 15335755. OLE color: 15335755.

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

Color convert

RGB 75 1 234 -
CMYK 0.68 1.00 0 0.08
HSL 259.06º 0.99% 0.46% -
HSV(B) 259.06º 1% 0.92% -
XYZ 17.76 7.46 78.35 -
YUV 49.69 232.02 146.05 -
System Red Green Blue C M Y K H S L
Decimal 75 1 234 0.68 1.00 0 0.08 259.06 0.99 0.46
Hex 4B 1 EA 44 64 0 8 103 63 2E
Octal 113 1 352 104 144 0 10 403 143 56
Binary 1001011 1 11101010 1000100 1100100 0 1000 100000011 1100011 101110

Color Harmonies of #4B01EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B01EA

Black with #4B01EA

Text Example


Text Example

White with #4B01EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B01EA; }

 p { color: rgb(75,1,234); }

 H1.HeaderClassName
 {
   color: #4B01EA;
 }
 .AnyTagClassName
 {
   color: #4B01EA;
 }
</style>

background-color css

<style>
 a { background-color: #4B01EA; }

 a { background-color: rgb(75,1,234); }

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

border-color css

<style>
 span { border-color: #4B01EA; }

 span { border-color: rgb(75,1,234); }

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