#3B038E

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

Shades of Indigo #3B038E

Tints of Indigo #3B038E

Color information

#3B038E (or 0x3B038E) is unknown color: approx Indigo. HEX triplet: 3B, 03 and 8E. RGB value is (59,3,142). Sum of RGB (Red+Green+Blue) = 59+3+142=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B038E is #C4FC71. Grayscale: #232323. Windows color (decimal): -12909682 or 9306939. OLE color: 9306939.

HSL color Cylindrical-coordinate representation of color #3B038E: hue angle of 264.17º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B038E is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB593142-
CMYK0.580.9800.44
HSL264.17º95.86%28.43%-
HSV(B)264.17º97.89%55.69%-
XYZ6.722.9525.81-
YUV35.59188.05144.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 142 (55.86% from 255) = 69.61%
R=28.92%
G=1.47%
B=69.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5931420.580.9800.44264.1795.8628.43
Hex3B38E3A6202C108601c
Octal7332167214205441014034
Binary111011111000111011101011000100101100100001000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,142); }

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

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

 a { background-color: rgb(59,3,142); }

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

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

 span { border-color: rgb(59,3,142); }

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