Html Css Color HEX #3A1973 Persian Indigo

📋 copy color: '#3A1973'

red 58 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #3A1973

Tints of Persian Indigo #3A1973

RGB

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

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

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

R = 29.29%
G = 12.63%
B = 58.08%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A1973 (or 0x3A1973) is known color: Persian Indigo. HEX triplet: 3A, 19 and 73. RGB value is (58,25,115). Sum of RGB (Red+Green+Blue) = 58+25+115=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1973 is #C5E68C. Grayscale: #2C2C2C. Windows color (decimal): -12969613 or 7543098. OLE color: 7543098.

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

Color convert

RGB 58 25 115 -
CMYK 0.50 0.78 0 0.55
HSL 262º 0.64% 0.27% -
HSV(B) 262º 0.78% 0.45% -
XYZ 5.19 2.83 16.49 -
YUV 45.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 58 25 115 0.50 0.78 0 0.55 262 0.64 0.27
Hex 3A 19 73 32 4E 0 37 106 40 1B
Octal 72 31 163 62 116 0 67 406 100 33
Binary 111010 11001 1110011 110010 1001110 0 110111 100000110 1000000 11011

Color Harmonies of #3A1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1973

Black with #3A1973

Text Example


Text Example

White with #3A1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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