Html Css Color HEX #3A0371 Indigo

📋 copy color: '#3A0371'

red 58 ◦ green 3 ◦ blue 113

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

Shades of Indigo #3A0371

Tints of Indigo #3A0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 33.33%
G = 1.72%
B = 64.94%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A0371 (or 0x3A0371) is known color: Indigo. HEX triplet: 3A, 03 and 71. RGB value is (58,3,113). Sum of RGB (Red+Green+Blue) = 58+3+113=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A0371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0371 is #C5FC8E. Grayscale: #1F1F1F. Windows color (decimal): -12975247 or 7406394. OLE color: 7406394.

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

Color convert

RGB 58 3 113 -
CMYK 0.49 0.97 0 0.56
HSL 270º 0.95% 0.23% -
HSV(B) 270º 0.97% 0.44% -
XYZ 4.76 2.16 15.79 -
YUV 31.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 58 3 113 0.49 0.97 0 0.56 270 0.95 0.23
Hex 3A 3 71 31 61 0 38 10E 5F 17
Octal 72 3 161 61 141 0 70 416 137 27
Binary 111010 11 1110001 110001 1100001 0 111000 100001110 1011111 10111

Color Harmonies of #3A0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0371

Black with #3A0371

Text Example


Text Example

White with #3A0371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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