Html Css Color HEX #3B0972 Persian Indigo

📋 copy color: '#3B0972'

red 59 ◦ green 9 ◦ blue 114

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

Shades of Persian Indigo #3B0972

Tints of Persian Indigo #3B0972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

 BLUE value IS 114 (44.92% from 255) = 62.64%

R = 32.42%
G = 4.95%
B = 62.64%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B0972 (or 0x3B0972) is known color: Persian Indigo. HEX triplet: 3B, 09 and 72. RGB value is (59,9,114). Sum of RGB (Red+Green+Blue) = 59+9+114=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B0972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0972 is #C4F68D. Grayscale: #232323. Windows color (decimal): -12908174 or 7473467. OLE color: 7473467.

HSL color Cylindrical-coordinate representation of color #3B0972: hue angle of 268.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0972 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 9 114 -
CMYK 0.48 0.92 0 0.55
HSL 268.57º 0.85% 0.24% -
HSV(B) 268.57º 0.92% 0.45% -
XYZ 4.94 2.34 16.11 -
YUV 35.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 59 9 114 0.48 0.92 0 0.55 268.57 0.85 0.24
Hex 3B 9 72 30 5C 0 37 10D 55 18
Octal 73 11 162 60 134 0 67 415 125 30
Binary 111011 1001 1110010 110000 1011100 0 110111 100001101 1010101 11000

Color Harmonies of #3B0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0972

Black with #3B0972

Text Example


Text Example

White with #3B0972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,9,114); }

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

background-color css

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

 a { background-color: rgb(59,9,114); }

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

border-color css

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

 span { border-color: rgb(59,9,114); }

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