#3B127E

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

Shades of Persian Indigo #3B127E

Tints of Persian Indigo #3B127E

Color information

#3B127E (or 0x3B127E) is unknown color: approx Persian Indigo. HEX triplet: 3B, 12 and 7E. RGB value is (59,18,126). Sum of RGB (Red+Green+Blue) = 59+18+126=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B127E is #C4ED81. Grayscale: #2A2A2A. Windows color (decimal): -12905858 or 8262203. OLE color: 8262203.

HSL color Cylindrical-coordinate representation of color #3B127E: hue angle of 262.78º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B127E is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5918126-
CMYK0.530.8600.51
HSL262.78º75%28.24%-
HSV(B)262.78º85.71%49.41%-
XYZ5.792.8719.99-
YUV42.57175.08139.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 126 (49.61% from 255) = 62.07%
R=29.06%
G=8.87%
B=62.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59181260.530.8600.51262.787528.24
Hex3B127E35560331074b1c
Octal73221766512606340711334
Binary11101110010111111011010110101100110011100000111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,18,126); }

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

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

 a { background-color: rgb(59,18,126); }

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

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

 span { border-color: rgb(59,18,126); }

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