Html Css Color HEX #3A1A91 Persian Indigo

📋 copy color: '#3A1A91'

red 58 ◦ green 26 ◦ blue 145

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

Shades of Persian Indigo #3A1A91

Tints of Persian Indigo #3A1A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

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

R = 25.33%
G = 11.35%
B = 63.32%

CMYK

 C value IS 0.6

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A1A91 (or 0x3A1A91) is known color: Persian Indigo. HEX triplet: 3A, 1A and 91. RGB value is (58,26,145). Sum of RGB (Red+Green+Blue) = 58+26+145=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A1A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1A91 is #C5E56E. Grayscale: #303030. Windows color (decimal): -12969327 or 9509434. OLE color: 9509434.

HSL color Cylindrical-coordinate representation of color #3A1A91: hue angle of 256.13º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1A91 is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 26 145 -
CMYK 0.6 0.82 0 0.43
HSL 256.13º 0.7% 0.34% -
HSV(B) 256.13º 0.82% 0.57% -
XYZ 7.23 3.68 27.12 -
YUV 49.13 182.1 134.32 -
System Red Green Blue C M Y K H S L
Decimal 58 26 145 0.6 0.82 0 0.43 256.13 0.7 0.34
Hex 3A 1A 91 3C 52 0 2B 100 46 22
Octal 72 32 221 74 122 0 53 400 106 42
Binary 111010 11010 10010001 111100 1010010 0 101011 100000000 1000110 100010

Color Harmonies of #3A1A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1A91

Black with #3A1A91

Text Example


Text Example

White with #3A1A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,26,145); }

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

background-color css

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

 a { background-color: rgb(58,26,145); }

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

border-color css

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

 span { border-color: rgb(58,26,145); }

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