Html Css Color HEX #3B0BFA Han Purple

📋 copy color: '#3B0BFA'

red 59 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #3B0BFA

Tints of Han Purple #3B0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.44%

 BLUE value IS 250 (98.05% from 255) = 78.13%

R = 18.44%
G = 3.44%
B = 78.13%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B0BFA (or 0x3B0BFA) is known color: Han Purple. HEX triplet: 3B, 0B and FA. RGB value is (59,11,250). Sum of RGB (Red+Green+Blue) = 59+11+250=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B0BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0BFA is #C4F405. Grayscale: #333333. Windows color (decimal): -12907526 or 16386875. OLE color: 16386875.

HSL color Cylindrical-coordinate representation of color #3B0BFA: hue angle of 252.05º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0BFA is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 11 250 -
CMYK 0.76 0.96 0 0.02
HSL 252.05º 0.96% 0.51% -
HSV(B) 252.05º 0.96% 0.98% -
XYZ 19.18 8.07 90.99 -
YUV 52.6 239.4 132.57 -
System Red Green Blue C M Y K H S L
Decimal 59 11 250 0.76 0.96 0 0.02 252.05 0.96 0.51
Hex 3B B FA 4C 60 0 2 FC 60 33
Octal 73 13 372 114 140 0 2 374 140 63
Binary 111011 1011 11111010 1001100 1100000 0 10 11111100 1100000 110011

Color Harmonies of #3B0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0BFA

Black with #3B0BFA

Text Example


Text Example

White with #3B0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,11,250); }

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

background-color css

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

 a { background-color: rgb(59,11,250); }

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

border-color css

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

 span { border-color: rgb(59,11,250); }

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