Html Css Color HEX #3A1479 Persian Indigo

📋 copy color: '#3A1479'

red 58 ◦ green 20 ◦ blue 121

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

Shades of Persian Indigo #3A1479

Tints of Persian Indigo #3A1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

 BLUE value IS 121 (47.66% from 255) = 60.8%

R = 29.15%
G = 10.05%
B = 60.8%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1479 (or 0x3A1479) is known color: Persian Indigo. HEX triplet: 3A, 14 and 79. RGB value is (58,20,121). Sum of RGB (Red+Green+Blue) = 58+20+121=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A1479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1479 is #C5EB86. Grayscale: #2A2A2A. Windows color (decimal): -12970887 or 7935034. OLE color: 7935034.

HSL color Cylindrical-coordinate representation of color #3A1479: hue angle of 262.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1479 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 20 121 -
CMYK 0.52 0.83 0 0.53
HSL 262.57º 0.72% 0.28% -
HSV(B) 262.57º 0.83% 0.47% -
XYZ 5.45 2.78 18.34 -
YUV 42.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 58 20 121 0.52 0.83 0 0.53 262.57 0.72 0.28
Hex 3A 14 79 34 53 0 35 107 48 1C
Octal 72 24 171 64 123 0 65 407 110 34
Binary 111010 10100 1111001 110100 1010011 0 110101 100000111 1001000 11100

Color Harmonies of #3A1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1479

Black with #3A1479

Text Example


Text Example

White with #3A1479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,20,121); }

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

background-color css

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

 a { background-color: rgb(58,20,121); }

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

border-color css

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

 span { border-color: rgb(58,20,121); }

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