Html Css Color HEX #3B0B73 Persian Indigo

📋 copy color: '#3B0B73'

red 59 ◦ green 11 ◦ blue 115

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

Shades of Persian Indigo #3B0B73

Tints of Persian Indigo #3B0B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.16%

R = 31.89%
G = 5.95%
B = 62.16%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B0B73 (or 0x3B0B73) is known color: Persian Indigo. HEX triplet: 3B, 0B and 73. RGB value is (59,11,115). Sum of RGB (Red+Green+Blue) = 59+11+115=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B0B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0B73 is #C4F48C. Grayscale: #242424. Windows color (decimal): -12907661 or 7539515. OLE color: 7539515.

HSL color Cylindrical-coordinate representation of color #3B0B73: hue angle of 267.69º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0B73 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 11 115 -
CMYK 0.49 0.90 0 0.55
HSL 267.69º 0.83% 0.25% -
HSV(B) 267.69º 0.9% 0.45% -
XYZ 5.02 2.41 16.42 -
YUV 37.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 59 11 115 0.49 0.90 0 0.55 267.69 0.83 0.25
Hex 3B B 73 31 5A 0 37 10C 53 19
Octal 73 13 163 61 132 0 67 414 123 31
Binary 111011 1011 1110011 110001 1011010 0 110111 100001100 1010011 11001

Color Harmonies of #3B0B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0B73

Black with #3B0B73

Text Example


Text Example

White with #3B0B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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