Html Css Color HEX #3A0493 Indigo

📋 copy color: '#3A0493'

red 58 ◦ green 4 ◦ blue 147

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

Shades of Indigo #3A0493

Tints of Indigo #3A0493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

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

R = 27.75%
G = 1.91%
B = 70.33%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A0493 (or 0x3A0493) is known color: Indigo. HEX triplet: 3A, 04 and 93. RGB value is (58,4,147). Sum of RGB (Red+Green+Blue) = 58+4+147=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A0493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0493 is #C5FB6C. Grayscale: #232323. Windows color (decimal): -12974957 or 9634874. OLE color: 9634874.

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

Color convert

RGB 58 4 147 -
CMYK 0.61 0.97 0 0.42
HSL 262.66º 0.95% 0.3% -
HSV(B) 262.66º 0.97% 0.58% -
XYZ 7.05 3.09 27.83 -
YUV 36.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 58 4 147 0.61 0.97 0 0.42 262.66 0.95 0.3
Hex 3A 4 93 3D 61 0 2A 107 5F 1E
Octal 72 4 223 75 141 0 52 407 137 36
Binary 111010 100 10010011 111101 1100001 0 101010 100000111 1011111 11110

Color Harmonies of #3A0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0493

Black with #3A0493

Text Example


Text Example

White with #3A0493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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