Html Css Color HEX #3B1595 Persian Indigo

📋 copy color: '#3B1595'

red 59 ◦ green 21 ◦ blue 149

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

Shades of Persian Indigo #3B1595

Tints of Persian Indigo #3B1595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 149 (58.59% from 255) = 65.07%

R = 25.76%
G = 9.17%
B = 65.07%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B1595 (or 0x3B1595) is known color: Persian Indigo. HEX triplet: 3B, 15 and 95. RGB value is (59,21,149). Sum of RGB (Red+Green+Blue) = 59+21+149=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B1595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1595 is #C4EA6A. Grayscale: #2E2E2E. Windows color (decimal): -12905067 or 9770299. OLE color: 9770299.

HSL color Cylindrical-coordinate representation of color #3B1595: hue angle of 257.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1595 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 21 149 -
CMYK 0.60 0.86 0 0.42
HSL 257.81º 0.75% 0.33% -
HSV(B) 257.81º 0.86% 0.58% -
XYZ 7.5 3.64 28.74 -
YUV 46.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 59 21 149 0.60 0.86 0 0.42 257.81 0.75 0.33
Hex 3B 15 95 3C 56 0 2A 102 4B 21
Octal 73 25 225 74 126 0 52 402 113 41
Binary 111011 10101 10010101 111100 1010110 0 101010 100000010 1001011 100001

Color Harmonies of #3B1595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1595

Black with #3B1595

Text Example


Text Example

White with #3B1595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,21,149); }

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

background-color css

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

 a { background-color: rgb(59,21,149); }

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

border-color css

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

 span { border-color: rgb(59,21,149); }

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