#3B068E

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

Shades of Persian Indigo #3B068E

Tints of Persian Indigo #3B068E

Color information

#3B068E (or 0x3B068E) is unknown color: approx Persian Indigo. HEX triplet: 3B, 06 and 8E. RGB value is (59,6,142). Sum of RGB (Red+Green+Blue) = 59+6+142=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B068E is #C4F971. Grayscale: #242424. Windows color (decimal): -12908914 or 9307707. OLE color: 9307707.

HSL color Cylindrical-coordinate representation of color #3B068E: hue angle of 263.38º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B068E is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB596142-
CMYK0.580.9600.44
HSL263.38º91.89%29.02%-
HSV(B)263.38º95.77%55.69%-
XYZ6.753.0125.82-
YUV37.35187.06143.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 142 (55.86% from 255) = 68.60%
R=28.50%
G=2.90%
B=68.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5961420.580.9600.44263.3891.8929.02
Hex3B68E3A6002C1075c1d
Octal7362167214005440713435
Binary1110111101000111011101011000000101100100000111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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