Html Css Color HEX #3A1A73 Persian Indigo

📋 copy color: '#3A1A73'

red 58 ◦ green 26 ◦ blue 115

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

Shades of Persian Indigo #3A1A73

Tints of Persian Indigo #3A1A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 29.15%
G = 13.07%
B = 57.79%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A1A73 (or 0x3A1A73) is known color: Persian Indigo. HEX triplet: 3A, 1A and 73. RGB value is (58,26,115). Sum of RGB (Red+Green+Blue) = 58+26+115=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A1A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A73 is #C5E58C. Grayscale: #2D2D2D. Windows color (decimal): -12969357 or 7543354. OLE color: 7543354.

HSL color Cylindrical-coordinate representation of color #3A1A73: hue angle of 261.57º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A1A73 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 26 115 -
CMYK 0.50 0.77 0 0.55
HSL 261.57º 0.63% 0.28% -
HSV(B) 261.57º 0.77% 0.45% -
XYZ 5.21 2.88 16.5 -
YUV 45.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 58 26 115 0.50 0.77 0 0.55 261.57 0.63 0.28
Hex 3A 1A 73 32 4D 0 37 106 3F 1C
Octal 72 32 163 62 115 0 67 406 77 34
Binary 111010 11010 1110011 110010 1001101 0 110111 100000110 111111 11100

Color Harmonies of #3A1A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1A73

Black with #3A1A73

Text Example


Text Example

White with #3A1A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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