Html Css Color HEX #3B1291 Persian Indigo

📋 copy color: '#3B1291'

red 59 ◦ green 18 ◦ blue 145

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

Shades of Persian Indigo #3B1291

Tints of Persian Indigo #3B1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 145 (57.03% from 255) = 65.32%

R = 26.58%
G = 8.11%
B = 65.32%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B1291 (or 0x3B1291) is known color: Persian Indigo. HEX triplet: 3B, 12 and 91. RGB value is (59,18,145). Sum of RGB (Red+Green+Blue) = 59+18+145=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B1291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1291 is #C4ED6E. Grayscale: #2C2C2C. Windows color (decimal): -12905839 or 9507387. OLE color: 9507387.

HSL color Cylindrical-coordinate representation of color #3B1291: hue angle of 259.37º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1291 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 18 145 -
CMYK 0.59 0.88 0 0.43
HSL 259.37º 0.78% 0.32% -
HSV(B) 259.37º 0.88% 0.57% -
XYZ 7.13 3.41 27.07 -
YUV 44.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 59 18 145 0.59 0.88 0 0.43 259.37 0.78 0.32
Hex 3B 12 91 3B 58 0 2B 103 4E 20
Octal 73 22 221 73 130 0 53 403 116 40
Binary 111011 10010 10010001 111011 1011000 0 101011 100000011 1001110 100000

Color Harmonies of #3B1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1291

Black with #3B1291

Text Example


Text Example

White with #3B1291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,18,145); }

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

background-color css

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

 a { background-color: rgb(59,18,145); }

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

border-color css

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

 span { border-color: rgb(59,18,145); }

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