Html Css Color HEX #3A1793 Persian Indigo

📋 copy color: '#3A1793'

red 58 ◦ green 23 ◦ blue 147

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

Shades of Persian Indigo #3A1793

Tints of Persian Indigo #3A1793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 25.44%
G = 10.09%
B = 64.47%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A1793 (or 0x3A1793) is known color: Persian Indigo. HEX triplet: 3A, 17 and 93. RGB value is (58,23,147). Sum of RGB (Red+Green+Blue) = 58+23+147=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A1793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1793 is #C5E86C. Grayscale: #2F2F2F. Windows color (decimal): -12970093 or 9639738. OLE color: 9639738.

HSL color Cylindrical-coordinate representation of color #3A1793: hue angle of 256.94º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1793 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 23 147 -
CMYK 0.61 0.84 0 0.42
HSL 256.94º 0.73% 0.33% -
HSV(B) 256.94º 0.84% 0.58% -
XYZ 7.32 3.62 27.92 -
YUV 47.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 58 23 147 0.61 0.84 0 0.42 256.94 0.73 0.33
Hex 3A 17 93 3D 54 0 2A 101 49 21
Octal 72 27 223 75 124 0 52 401 111 41
Binary 111010 10111 10010011 111101 1010100 0 101010 100000001 1001001 100001

Color Harmonies of #3A1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1793

Black with #3A1793

Text Example


Text Example

White with #3A1793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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