#3A0195

Color #3A0195 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #3A0195

Tints of Indigo #3A0195

Color information

#3A0195 (or 0x3A0195) is unknown color: approx Indigo. HEX triplet: 3A, 01 and 95. RGB value is (58,1,149). Sum of RGB (Red+Green+Blue) = 58+1+149=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A0195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0195 is #C5FE6A. Grayscale: #222222. Windows color (decimal): -12975723 or 9765178. OLE color: 9765178.

HSL color Cylindrical-coordinate representation of color #3A0195: hue angle of 263.11º 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 #3A0195 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB581149-
CMYK0.610.9900.42
HSL263.11º98.67%29.41%-
HSV(B)263.11º99.33%58.43%-
XYZ7.183.0928.65-
YUV34.92192.38144.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 149 (58.59% from 255) = 71.63%
R=27.88%
G=0.48%
B=71.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5811490.610.9900.42263.1198.6729.41
Hex3A1953D6302A107631d
Octal7212257514305240714335
Binary11101011001010111110111000110101010100000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A0195;
 }
 .AnyTagClassName
 {
   color: #3A0195;
 }
</style>
background-color css

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

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

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

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

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

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