#3B107A

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

Shades of Persian Indigo #3B107A

Tints of Persian Indigo #3B107A

Color information

#3B107A (or 0x3B107A) is unknown color: approx Persian Indigo. HEX triplet: 3B, 10 and 7A. RGB value is (59,16,122). Sum of RGB (Red+Green+Blue) = 59+16+122=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B107A is #C4EF85. Grayscale: #282828. Windows color (decimal): -12906374 or 7999547. OLE color: 7999547.

HSL color Cylindrical-coordinate representation of color #3B107A: hue angle of 264.34º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B107A is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5916122-
CMYK0.520.8700.52
HSL264.34º76.81%27.06%-
HSV(B)264.34º86.89%47.84%-
XYZ5.52.7118.64-
YUV40.94173.75140.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 122 (48.05% from 255) = 61.93%
R=29.95%
G=8.12%
B=61.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59161220.520.8700.52264.3476.8127.06
Hex3B107A34570341084d1b
Octal73201726412706441011533
Binary11101110000111101011010010101110110100100001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,122); }

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

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

 a { background-color: rgb(59,16,122); }

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

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

 span { border-color: rgb(59,16,122); }

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