Html Css Color HEX #3A0193 Indigo

📋 copy color: '#3A0193'

red 58 ◦ green 1 ◦ blue 147

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

Shades of Indigo #3A0193

Tints of Indigo #3A0193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.36%

R = 28.16%
G = 0.49%
B = 71.36%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A0193 (or 0x3A0193) is known color: Indigo. HEX triplet: 3A, 01 and 93. RGB value is (58,1,147). Sum of RGB (Red+Green+Blue) = 58+1+147=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A0193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0193 is #C5FE6C. Grayscale: #222222. Windows color (decimal): -12975725 or 9634106. OLE color: 9634106.

HSL color Cylindrical-coordinate representation of color #3A0193: hue angle of 263.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0193 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 1 147 -
CMYK 0.61 0.99 0 0.42
HSL 263.42º 0.99% 0.29% -
HSV(B) 263.42º 0.99% 0.58% -
XYZ 7.02 3.03 27.82 -
YUV 34.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 58 1 147 0.61 0.99 0 0.42 263.42 0.99 0.29
Hex 3A 1 93 3D 63 0 2A 107 63 1D
Octal 72 1 223 75 143 0 52 407 143 35
Binary 111010 1 10010011 111101 1100011 0 101010 100000111 1100011 11101

Color Harmonies of #3A0193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0193

Black with #3A0193

Text Example


Text Example

White with #3A0193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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