#3B1898

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

Shades of Persian Indigo #3B1898

Tints of Persian Indigo #3B1898

Color information

#3B1898 (or 0x3B1898) is unknown color: approx Persian Indigo. HEX triplet: 3B, 18 and 98. RGB value is (59,24,152). Sum of RGB (Red+Green+Blue) = 59+24+152=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #3B1898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1898 is #C4E767. Grayscale: #303030. Windows color (decimal): -12904296 or 9967675. OLE color: 9967675.

HSL color Cylindrical-coordinate representation of color #3B1898: hue angle of 256.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B1898 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5924152-
CMYK0.610.8400.40
HSL256.41º72.73%34.51%-
HSV(B)256.41º84.21%59.61%-
XYZ7.83.8530.04-
YUV49.06186.1135.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=25.11%
G=10.21%
B=64.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal59241520.610.8400.40256.4172.7334.51
Hex3B18983D540281004923
Octal73302307512405040011143
Binary1110111100010011000111101101010001010001000000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,24,152); }

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

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

 a { background-color: rgb(59,24,152); }

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

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

 span { border-color: rgb(59,24,152); }

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