#3B088D

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

Shades of Persian Indigo #3B088D

Tints of Persian Indigo #3B088D

Color information

#3B088D (or 0x3B088D) is unknown color: approx Persian Indigo. HEX triplet: 3B, 08 and 8D. RGB value is (59,8,141). Sum of RGB (Red+Green+Blue) = 59+8+141=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B088D is #C4F772. Grayscale: #252525. Windows color (decimal): -12908403 or 9242683. OLE color: 9242683.

HSL color Cylindrical-coordinate representation of color #3B088D: hue angle of 263.01º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B088D is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB598141-
CMYK0.580.9400.45
HSL263.01º89.26%29.22%-
HSV(B)263.01º94.33%55.29%-
XYZ6.73.0325.43-
YUV38.41185.9142.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 141 (55.47% from 255) = 67.79%
R=28.37%
G=3.85%
B=67.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5981410.580.9400.45263.0189.2629.22
Hex3B88D3A5E02D107591d
Octal73102157213605540713135
Binary11101110001000110111101010111100101101100000111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,8,141); }

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

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

 a { background-color: rgb(59,8,141); }

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

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

 span { border-color: rgb(59,8,141); }

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