#3B057C

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

Shades of Persian Indigo #3B057C

Tints of Persian Indigo #3B057C

Color information

#3B057C (or 0x3B057C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 05 and 7C. RGB value is (59,5,124). Sum of RGB (Red+Green+Blue) = 59+5+124=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B057C is #C4FA83. Grayscale: #222222. Windows color (decimal): -12909188 or 8127803. OLE color: 8127803.

HSL color Cylindrical-coordinate representation of color #3B057C: hue angle of 267.23º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B057C is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB595124-
CMYK0.520.9600.51
HSL267.23º92.25%25.29%-
HSV(B)267.23º95.97%48.63%-
XYZ5.52.4919.26-
YUV34.71178.39145.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=31.38%
G=2.66%
B=65.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5951240.520.9600.51267.2392.2525.29
Hex3B57C346003310b5c19
Octal7351746414006341313431
Binary111011101111110011010011000000110011100001011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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