Html Css Color HEX #3A0771 Persian Indigo

📋 copy color: '#3A0771'

red 58 ◦ green 7 ◦ blue 113

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

Shades of Persian Indigo #3A0771

Tints of Persian Indigo #3A0771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 32.58%
G = 3.93%
B = 63.48%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A0771 (or 0x3A0771) is known color: Persian Indigo. HEX triplet: 3A, 07 and 71. RGB value is (58,7,113). Sum of RGB (Red+Green+Blue) = 58+7+113=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A0771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0771 is #C5F88E. Grayscale: #212121. Windows color (decimal): -12974223 or 7407418. OLE color: 7407418.

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

Color convert

RGB 58 7 113 -
CMYK 0.49 0.94 0 0.56
HSL 268.87º 0.88% 0.24% -
HSV(B) 268.87º 0.94% 0.44% -
XYZ 4.8 2.24 15.8 -
YUV 34.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 58 7 113 0.49 0.94 0 0.56 268.87 0.88 0.24
Hex 3A 7 71 31 5E 0 38 10D 58 18
Octal 72 7 161 61 136 0 70 415 130 30
Binary 111010 111 1110001 110001 1011110 0 111000 100001101 1011000 11000

Color Harmonies of #3A0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0771

Black with #3A0771

Text Example


Text Example

White with #3A0771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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