Html Css Color HEX #3A1997 Persian Indigo

📋 copy color: '#3A1997'

red 58 ◦ green 25 ◦ blue 151

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

Shades of Persian Indigo #3A1997

Tints of Persian Indigo #3A1997

RGB

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

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

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

R = 24.79%
G = 10.68%
B = 64.53%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A1997 (or 0x3A1997) is known color: Persian Indigo. HEX triplet: 3A, 19 and 97. RGB value is (58,25,151). Sum of RGB (Red+Green+Blue) = 58+25+151=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A1997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1997 is #C5E668. Grayscale: #303030. Windows color (decimal): -12969577 or 9902394. OLE color: 9902394.

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

Color convert

RGB 58 25 151 -
CMYK 0.62 0.83 0 0.41
HSL 255.71º 0.72% 0.35% -
HSV(B) 255.71º 0.83% 0.59% -
XYZ 7.68 3.83 29.61 -
YUV 49.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 58 25 151 0.62 0.83 0 0.41 255.71 0.72 0.35
Hex 3A 19 97 3E 53 0 29 100 48 23
Octal 72 31 227 76 123 0 51 400 110 43
Binary 111010 11001 10010111 111110 1010011 0 101001 100000000 1001000 100011

Color Harmonies of #3A1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1997

Black with #3A1997

Text Example


Text Example

White with #3A1997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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