Html Css Color HEX #3A1773 Persian Indigo

📋 copy color: '#3A1773'

red 58 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #3A1773

Tints of Persian Indigo #3A1773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

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

R = 29.59%
G = 11.73%
B = 58.67%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A1773 (or 0x3A1773) is known color: Persian Indigo. HEX triplet: 3A, 17 and 73. RGB value is (58,23,115). Sum of RGB (Red+Green+Blue) = 58+23+115=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A1773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1773 is #C5E88C. Grayscale: #2B2B2B. Windows color (decimal): -12970125 or 7542586. OLE color: 7542586.

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

Color convert

RGB 58 23 115 -
CMYK 0.50 0.80 0 0.55
HSL 262.83º 0.67% 0.27% -
HSV(B) 262.83º 0.8% 0.45% -
XYZ 5.15 2.75 16.48 -
YUV 43.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 58 23 115 0.50 0.80 0 0.55 262.83 0.67 0.27
Hex 3A 17 73 32 50 0 37 107 43 1B
Octal 72 27 163 62 120 0 67 407 103 33
Binary 111010 10111 1110011 110010 1010000 0 110111 100000111 1000011 11011

Color Harmonies of #3A1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1773

Black with #3A1773

Text Example


Text Example

White with #3A1773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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