#3B0684

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

Shades of Persian Indigo #3B0684

Tints of Persian Indigo #3B0684

Color information

#3B0684 (or 0x3B0684) is unknown color: approx Persian Indigo. HEX triplet: 3B, 06 and 84. RGB value is (59,6,132). Sum of RGB (Red+Green+Blue) = 59+6+132=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B0684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0684 is #C4F97B. Grayscale: #232323. Windows color (decimal): -12908924 or 8652347. OLE color: 8652347.

HSL color Cylindrical-coordinate representation of color #3B0684: hue angle of 265.24º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0684 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB596132-
CMYK0.550.9500.48
HSL265.24º91.3%27.06%-
HSV(B)265.24º95.45%51.76%-
XYZ6.032.7322.04-
YUV36.21182.06144.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 132 (51.95% from 255) = 67.01%
R=29.95%
G=3.05%
B=67.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5961320.550.9500.48265.2491.327.06
Hex3B684375F0301095b1b
Octal7362046713706041113333
Binary1110111101000010011011110111110110000100001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,6,132); }

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

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

 a { background-color: rgb(59,6,132); }

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

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

 span { border-color: rgb(59,6,132); }

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