#3A1375

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

Shades of Persian Indigo #3A1375

Tints of Persian Indigo #3A1375

Color information

#3A1375 (or 0x3A1375) is unknown color: approx Persian Indigo. HEX triplet: 3A, 13 and 75. RGB value is (58,19,117). Sum of RGB (Red+Green+Blue) = 58+19+117=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A1375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1375 is #C5EC8A. Grayscale: #292929. Windows color (decimal): -12971147 or 7672634. OLE color: 7672634.

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

Color convert

RGB5819117-
CMYK0.500.8400.54
HSL263.88º72.06%26.67%-
HSV(B)263.88º83.76%45.88%-
XYZ5.192.6517.07-
YUV41.83170.42139.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=29.90%
G=9.79%
B=60.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58191170.500.8400.54263.8872.0626.67
Hex3A13753254036108481b
Octal72231656212406641011033
Binary11101010011111010111001010101000110110100001000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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