#3B00B4

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

Shades of Indigo #3B00B4

Tints of Indigo #3B00B4

Color information

#3B00B4 (or 0x3B00B4) is unknown color: approx Indigo. HEX triplet: 3B, 00 and B4. RGB value is (59,0,180). Sum of RGB (Red+Green+Blue) = 59+0+180=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 180 (70.70% from 255 or 75.31% from 239); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B00B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B00B4 is #C4FF4B. Grayscale: #252525. Windows color (decimal): -12910412 or 11796539. OLE color: 11796539.

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

Color convert

RGB590180-
CMYK0.67100.29
HSL259.67º100%35.29%-
HSV(B)259.67º100%70.59%-
XYZ10.044.2343.47-
YUV38.16208.05142.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 75.31%
R=24.69%
G=0%
B=75.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5901800.67100.29259.6710035.29
Hex3B0B4436401D1046423
Octal73026410314403540414443
Binary111011010110100100001111001000111011000001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B00B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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