Html Css Color HEX #3A1497 Persian Indigo

📋 copy color: '#3A1497'

red 58 ◦ green 20 ◦ blue 151

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

Shades of Persian Indigo #3A1497

Tints of Persian Indigo #3A1497

RGB

 RED value IS 58 (23.05% from 255) = 25.33%

 GREEN value IS 20 (8.2% from 255) = 8.73%

 BLUE value IS 151 (59.38% from 255) = 65.94%

R = 25.33%
G = 8.73%
B = 65.94%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A1497 (or 0x3A1497) is known color: Persian Indigo. HEX triplet: 3A, 14 and 97. RGB value is (58,20,151). Sum of RGB (Red+Green+Blue) = 58+20+151=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A1497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1497 is #C5EB68. Grayscale: #2D2D2D. Windows color (decimal): -12970857 or 9901114. OLE color: 9901114.

HSL color Cylindrical-coordinate representation of color #3A1497: hue angle of 257.4º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1497 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 20 151 -
CMYK 0.62 0.87 0 0.41
HSL 257.4º 0.77% 0.34% -
HSV(B) 257.4º 0.87% 0.59% -
XYZ 7.58 3.63 29.58 -
YUV 46.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 58 20 151 0.62 0.87 0 0.41 257.4 0.77 0.34
Hex 3A 14 97 3E 57 0 29 101 4D 22
Octal 72 24 227 76 127 0 51 401 115 42
Binary 111010 10100 10010111 111110 1010111 0 101001 100000001 1001101 100010

Color Harmonies of #3A1497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1497

Black with #3A1497

Text Example


Text Example

White with #3A1497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,20,151); }

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

background-color css

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

 a { background-color: rgb(58,20,151); }

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

border-color css

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

 span { border-color: rgb(58,20,151); }

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