Html Css Color HEX #3B1972 Persian Indigo

📋 copy color: '#3B1972'

red 59 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #3B1972

Tints of Persian Indigo #3B1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 29.8%
G = 12.63%
B = 57.58%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B1972 (or 0x3B1972) is known color: Persian Indigo. HEX triplet: 3B, 19 and 72. RGB value is (59,25,114). Sum of RGB (Red+Green+Blue) = 59+25+114=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1972 is #C4E68D. Grayscale: #2C2C2C. Windows color (decimal): -12904078 or 7477563. OLE color: 7477563.

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

Color convert

RGB 59 25 114 -
CMYK 0.48 0.78 0 0.55
HSL 262.92º 0.64% 0.27% -
HSV(B) 262.92º 0.78% 0.45% -
XYZ 5.19 2.84 16.19 -
YUV 45.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 59 25 114 0.48 0.78 0 0.55 262.92 0.64 0.27
Hex 3B 19 72 30 4E 0 37 107 40 1B
Octal 73 31 162 60 116 0 67 407 100 33
Binary 111011 11001 1110010 110000 1001110 0 110111 100000111 1000000 11011

Color Harmonies of #3B1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1972

Black with #3B1972

Text Example


Text Example

White with #3B1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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