#3B02B4

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

Shades of Indigo #3B02B4

Tints of Indigo #3B02B4

Color information

#3B02B4 (or 0x3B02B4) is unknown color: approx Indigo. HEX triplet: 3B, 02 and B4. RGB value is (59,2,180). Sum of RGB (Red+Green+Blue) = 59+2+180=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B02B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B02B4 is #C4FD4B. Grayscale: #262626. Windows color (decimal): -12909900 or 11797051. OLE color: 11797051.

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

Color convert

RGB592180-
CMYK0.670.9900.29
HSL259.21º97.8%35.69%-
HSV(B)259.21º98.89%70.59%-
XYZ10.064.2743.47-
YUV39.33207.38142.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 180 (70.70% from 255) = 74.69%
R=24.48%
G=0.83%
B=74.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5921800.670.9900.29259.2197.835.69
Hex3B2B4436301D1036224
Octal73226410314303540314244
Binary1110111010110100100001111000110111011000000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B02B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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