#3B0269

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

Shades of Indigo #3B0269

Tints of Indigo #3B0269

Color information

#3B0269 (or 0x3B0269) is unknown color: approx Indigo. HEX triplet: 3B, 02 and 69. RGB value is (59,2,105). Sum of RGB (Red+Green+Blue) = 59+2+105=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0269 is #C4FD96. Grayscale: #1E1E1E. Windows color (decimal): -12909975 or 6881851. OLE color: 6881851.

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

Color convert

RGB592105-
CMYK0.440.9800.59
HSL273.2º96.26%20.98%-
HSV(B)273.2º98.1%41.18%-
XYZ4.381.9913.52-
YUV30.78169.88148.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=35.54%
G=1.20%
B=63.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5921050.440.9800.59273.296.2620.98
Hex3B2692C6203B1116015
Octal7321515414207342114025
Binary11101110110100110110011000100111011100010001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,2,105); }

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

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

 a { background-color: rgb(59,2,105); }

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

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

 span { border-color: rgb(59,2,105); }

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