#3B056C

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

Shades of Persian Indigo #3B056C

Tints of Persian Indigo #3B056C

Color information

#3B056C (or 0x3B056C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 05 and 6C. RGB value is (59,5,108). Sum of RGB (Red+Green+Blue) = 59+5+108=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B056C is #C4FA93. Grayscale: #202020. Windows color (decimal): -12909204 or 7079227. OLE color: 7079227.

HSL color Cylindrical-coordinate representation of color #3B056C: hue angle of 271.46º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B056C is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB595108-
CMYK0.450.9500.58
HSL271.46º91.15%22.16%-
HSV(B)271.46º95.37%42.35%-
XYZ4.562.1214.36-
YUV32.89170.39146.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.30%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 108 (42.58% from 255) = 62.79%
R=34.30%
G=2.91%
B=62.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5951080.450.9500.58271.4691.1522.16
Hex3B56C2D5F03A10f5b16
Octal7351545513707241713326
Binary111011101110110010110110111110111010100001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,5,108); }

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

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

 a { background-color: rgb(59,5,108); }

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

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

 span { border-color: rgb(59,5,108); }

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