#3A1875

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

Shades of Persian Indigo #3A1875

Tints of Persian Indigo #3A1875

Color information

#3A1875 (or 0x3A1875) is unknown color: approx Persian Indigo. HEX triplet: 3A, 18 and 75. RGB value is (58,24,117). Sum of RGB (Red+Green+Blue) = 58+24+117=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A1875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1875 is #C5E78A. Grayscale: #2C2C2C. Windows color (decimal): -12969867 or 7673914. OLE color: 7673914.

HSL color Cylindrical-coordinate representation of color #3A1875: hue angle of 261.94º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A1875 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5824117-
CMYK0.500.7900.54
HSL261.94º65.96%27.65%-
HSV(B)261.94º79.49%45.88%-
XYZ5.282.8417.1-
YUV44.77168.76137.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=29.15%
G=12.06%
B=58.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58241170.500.7900.54261.9465.9627.65
Hex3A1875324F036106421c
Octal72301656211706640610234
Binary11101011000111010111001010011110110110100000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,24,117); }

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

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

 a { background-color: rgb(58,24,117); }

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

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

 span { border-color: rgb(58,24,117); }

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