Html Css Color HEX #4B0FDA Han Purple

📋 copy color: '#4B0FDA'

red 75 ◦ green 15 ◦ blue 218

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

Shades of Han Purple #4B0FDA

Tints of Han Purple #4B0FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

 BLUE value IS 218 (85.55% from 255) = 70.78%

R = 24.35%
G = 4.87%
B = 70.78%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4B0FDA (or 0x4B0FDA) is known color: Han Purple. HEX triplet: 4B, 0F and DA. RGB value is (75,15,218). Sum of RGB (Red+Green+Blue) = 75+15+218=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B0FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0FDA is #B4F025. Grayscale: #373737. Windows color (decimal): -11857958 or 14290763. OLE color: 14290763.

HSL color Cylindrical-coordinate representation of color #4B0FDA: hue angle of 257.73º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0FDA is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 15 218 -
CMYK 0.66 0.93 0 0.15
HSL 257.73º 0.87% 0.46% -
HSV(B) 257.73º 0.93% 0.85% -
XYZ 15.73 6.9 66.83 -
YUV 56.08 219.38 141.49 -
System Red Green Blue C M Y K H S L
Decimal 75 15 218 0.66 0.93 0 0.15 257.73 0.87 0.46
Hex 4B F DA 42 5D 0 F 102 57 2E
Octal 113 17 332 102 135 0 17 402 127 56
Binary 1001011 1111 11011010 1000010 1011101 0 1111 100000010 1010111 101110

Color Harmonies of #4B0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0FDA

Black with #4B0FDA

Text Example


Text Example

White with #4B0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,15,218); }

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

background-color css

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

 a { background-color: rgb(75,15,218); }

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

border-color css

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

 span { border-color: rgb(75,15,218); }

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