Html Css Color HEX #3B0FE4 Han Purple

📋 copy color: '#3B0FE4'

red 59 ◦ green 15 ◦ blue 228

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

Shades of Han Purple #3B0FE4

Tints of Han Purple #3B0FE4

RGB

 RED value IS 59 (23.44% from 255) = 19.54%

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

 BLUE value IS 228 (89.45% from 255) = 75.5%

R = 19.54%
G = 4.97%
B = 75.5%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3B0FE4 (or 0x3B0FE4) is known color: Han Purple. HEX triplet: 3B, 0F and E4. RGB value is (59,15,228). Sum of RGB (Red+Green+Blue) = 59+15+228=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 228 (89.45% from 255 or 75.50% from 302); Max value from RGB is 228 - color contains mainly: blue. Hex color #3B0FE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0FE4 is #C4F01B. Grayscale: #333333. Windows color (decimal): -12906524 or 14946107. OLE color: 14946107.

HSL color Cylindrical-coordinate representation of color #3B0FE4: hue angle of 252.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0FE4 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 59 15 228 -
CMYK 0.74 0.93 0 0.11
HSL 252.39º 0.88% 0.48% -
HSV(B) 252.39º 0.93% 0.89% -
XYZ 15.98 6.87 73.88 -
YUV 52.44 227.08 132.68 -
System Red Green Blue C M Y K H S L
Decimal 59 15 228 0.74 0.93 0 0.11 252.39 0.88 0.48
Hex 3B F E4 4A 5D 0 B FC 58 30
Octal 73 17 344 112 135 0 13 374 130 60
Binary 111011 1111 11100100 1001010 1011101 0 1011 11111100 1011000 110000

Color Harmonies of #3B0FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0FE4

Black with #3B0FE4

Text Example


Text Example

White with #3B0FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B0FE4; }

 p { color: rgb(59,15,228); }

 H1.HeaderClassName
 {
   color: #3B0FE4;
 }
 .AnyTagClassName
 {
   color: #3B0FE4;
 }
</style>

background-color css

<style>
 a { background-color: #3B0FE4; }

 a { background-color: rgb(59,15,228); }

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

border-color css

<style>
 span { border-color: #3B0FE4; }

 span { border-color: rgb(59,15,228); }

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