#3B1975

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

Shades of Persian Indigo #3B1975

Tints of Persian Indigo #3B1975

Color information

#3B1975 (or 0x3B1975) is unknown color: approx Persian Indigo. HEX triplet: 3B, 19 and 75. RGB value is (59,25,117). Sum of RGB (Red+Green+Blue) = 59+25+117=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B1975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1975 is #C4E68A. Grayscale: #2D2D2D. Windows color (decimal): -12904075 or 7674171. OLE color: 7674171.

HSL color Cylindrical-coordinate representation of color #3B1975: hue angle of 262.17º degrees, saturation: 0.65, 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 #3B1975 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5925117-
CMYK0.500.7900.54
HSL262.17º64.79%27.84%-
HSV(B)262.17º78.63%45.88%-
XYZ5.362.9117.11-
YUV45.65168.26137.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.35%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=29.35%
G=12.44%
B=58.21%

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
Decimal59251170.500.7900.54262.1764.7927.84
Hex3B1975324F036106411c
Octal73311656211706640610134
Binary11101111001111010111001010011110110110100000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,25,117); }

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

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

 a { background-color: rgb(59,25,117); }

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

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

 span { border-color: rgb(59,25,117); }

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