Html Css Color HEX #3B0CFA Han Purple

📋 copy color: '#3B0CFA'

red 59 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #3B0CFA

Tints of Han Purple #3B0CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

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

R = 18.38%
G = 3.74%
B = 77.88%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B0CFA (or 0x3B0CFA) is known color: Han Purple. HEX triplet: 3B, 0C and FA. RGB value is (59,12,250). Sum of RGB (Red+Green+Blue) = 59+12+250=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B0CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0CFA is #C4F305. Grayscale: #343434. Windows color (decimal): -12907270 or 16387131. OLE color: 16387131.

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

Color convert

RGB 59 12 250 -
CMYK 0.76 0.95 0 0.02
HSL 251.85º 0.96% 0.51% -
HSV(B) 251.85º 0.95% 0.98% -
XYZ 19.19 8.09 90.99 -
YUV 53.19 239.07 132.15 -
System Red Green Blue C M Y K H S L
Decimal 59 12 250 0.76 0.95 0 0.02 251.85 0.96 0.51
Hex 3B C FA 4C 5F 0 2 FC 60 33
Octal 73 14 372 114 137 0 2 374 140 63
Binary 111011 1100 11111010 1001100 1011111 0 10 11111100 1100000 110011

Color Harmonies of #3B0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0CFA

Black with #3B0CFA

Text Example


Text Example

White with #3B0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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