#3b02ac

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

Shades of Indigo #3B02AC

Tints of Indigo #3B02AC

Color information

#3B02AC (or 0x3B02AC) is unknown color: approx Indigo. HEX triplet: 3B, 02 and AC. RGB value is (59,2,172). Sum of RGB (Red+Green+Blue) = 59+2+172=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B02AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B02AC is #C4FD53. Grayscale: #252525. Windows color (decimal): -12909908 or 11272763. OLE color: 11272763.

HSL color Cylindrical-coordinate representation of color #3B02AC: hue angle of 260.12º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B02AC is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB592172-
CMYK0.660.9900.33
HSL260.12º97.7%34.12%-
HSV(B)260.12º98.84%67.45%-
XYZ9.273.9539.3-
YUV38.42203.38142.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 172 (67.58% from 255) = 73.82%
R=25.32%
G=0.86%
B=73.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5921720.660.9900.33260.1297.734.12
Hex3B2AC42630211046222
Octal73225410214304140414242
Binary11101110101011001000010110001101000011000001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b02ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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