Html Css Color HEX #3B0FAD Persian Indigo

📋 copy color: '#3B0FAD'

red 59 ◦ green 15 ◦ blue 173

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

Shades of Persian Indigo #3B0FAD

Tints of Persian Indigo #3B0FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.04%

R = 23.89%
G = 6.07%
B = 70.04%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B0FAD (or 0x3B0FAD) is known color: Persian Indigo. HEX triplet: 3B, 0F and AD. RGB value is (59,15,173). Sum of RGB (Red+Green+Blue) = 59+15+173=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B0FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0FAD is #C4F052. Grayscale: #2D2D2D. Windows color (decimal): -12906579 or 11341627. OLE color: 11341627.

HSL color Cylindrical-coordinate representation of color #3B0FAD: hue angle of 256.71º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B0FAD is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 15 173 -
CMYK 0.66 0.91 0 0.32
HSL 256.71º 0.84% 0.37% -
HSV(B) 256.71º 0.91% 0.68% -
XYZ 9.52 4.29 39.86 -
YUV 46.17 199.58 137.15 -
System Red Green Blue C M Y K H S L
Decimal 59 15 173 0.66 0.91 0 0.32 256.71 0.84 0.37
Hex 3B F AD 42 5B 0 20 101 54 25
Octal 73 17 255 102 133 0 40 401 124 45
Binary 111011 1111 10101101 1000010 1011011 0 100000 100000001 1010100 100101

Color Harmonies of #3B0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0FAD

Black with #3B0FAD

Text Example


Text Example

White with #3B0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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