Html Css Color HEX #3A0174 Indigo

📋 copy color: '#3A0174'

red 58 ◦ green 1 ◦ blue 116

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

Shades of Indigo #3A0174

Tints of Indigo #3A0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 116 (45.7% from 255) = 66.29%

R = 33.14%
G = 0.57%
B = 66.29%

CMYK

 C value IS 0.5

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A0174 (or 0x3A0174) is known color: Indigo. HEX triplet: 3A, 01 and 74. RGB value is (58,1,116). Sum of RGB (Red+Green+Blue) = 58+1+116=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A0174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0174 is #C5FE8B. Grayscale: #1E1E1E. Windows color (decimal): -12975756 or 7602490. OLE color: 7602490.

HSL color Cylindrical-coordinate representation of color #3A0174: hue angle of 269.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0174 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 1 116 -
CMYK 0.5 0.99 0 0.55
HSL 269.74º 0.98% 0.23% -
HSV(B) 269.74º 0.99% 0.45% -
XYZ 4.91 2.18 16.69 -
YUV 31.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 58 1 116 0.5 0.99 0 0.55 269.74 0.98 0.23
Hex 3A 1 74 32 63 0 37 10E 62 17
Octal 72 1 164 62 143 0 67 416 142 27
Binary 111010 1 1110100 110010 1100011 0 110111 100001110 1100010 10111

Color Harmonies of #3A0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0174

Black with #3A0174

Text Example


Text Example

White with #3A0174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,1,116); }

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

background-color css

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

 a { background-color: rgb(58,1,116); }

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

border-color css

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

 span { border-color: rgb(58,1,116); }

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