Html Css Color HEX #3A1C71 Persian Indigo

📋 copy color: '#3A1C71'

red 58 ◦ green 28 ◦ blue 113

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

Shades of Persian Indigo #3A1C71

Tints of Persian Indigo #3A1C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.07%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 29.15%
G = 14.07%
B = 56.78%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A1C71 (or 0x3A1C71) is known color: Persian Indigo. HEX triplet: 3A, 1C and 71. RGB value is (58,28,113). Sum of RGB (Red+Green+Blue) = 58+28+113=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A1C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1C71 is #C5E38E. Grayscale: #2E2E2E. Windows color (decimal): -12968847 or 7412794. OLE color: 7412794.

HSL color Cylindrical-coordinate representation of color #3A1C71: hue angle of 261.18º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1C71 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 28 113 -
CMYK 0.49 0.75 0 0.56
HSL 261.18º 0.6% 0.28% -
HSV(B) 261.18º 0.75% 0.44% -
XYZ 5.14 2.92 15.92 -
YUV 46.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 58 28 113 0.49 0.75 0 0.56 261.18 0.6 0.28
Hex 3A 1C 71 31 4B 0 38 105 3C 1C
Octal 72 34 161 61 113 0 70 405 74 34
Binary 111010 11100 1110001 110001 1001011 0 111000 100000101 111100 11100

Color Harmonies of #3A1C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1C71

Black with #3A1C71

Text Example


Text Example

White with #3A1C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,28,113); }

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

background-color css

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

 a { background-color: rgb(58,28,113); }

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

border-color css

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

 span { border-color: rgb(58,28,113); }

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