Html Css Color HEX #3A019E Indigo

📋 copy color: '#3A019E'

red 58 ◦ green 1 ◦ blue 158

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

Shades of Indigo #3A019E

Tints of Indigo #3A019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.81%

R = 26.73%
G = 0.46%
B = 72.81%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A019E (or 0x3A019E) is known color: Indigo. HEX triplet: 3A, 01 and 9E. RGB value is (58,1,158). Sum of RGB (Red+Green+Blue) = 58+1+158=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A019E is #C5FE61. Grayscale: #232323. Windows color (decimal): -12975714 or 10355002. OLE color: 10355002.

HSL color Cylindrical-coordinate representation of color #3A019E: hue angle of 261.78º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A019E is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 1 158 -
CMYK 0.63 0.99 0 0.38
HSL 261.78º 0.99% 0.31% -
HSV(B) 261.78º 0.99% 0.62% -
XYZ 7.93 3.39 32.58 -
YUV 35.94 196.88 143.73 -
System Red Green Blue C M Y K H S L
Decimal 58 1 158 0.63 0.99 0 0.38 261.78 0.99 0.31
Hex 3A 1 9E 3F 63 0 26 106 63 1F
Octal 72 1 236 77 143 0 46 406 143 37
Binary 111010 1 10011110 111111 1100011 0 100110 100000110 1100011 11111

Color Harmonies of #3A019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A019E

Black with #3A019E

Text Example


Text Example

White with #3A019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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