#3b0667

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

Shades of Persian Indigo #3B0667

Tints of Persian Indigo #3B0667

Color information

#3B0667 (or 0x3B0667) is unknown color: approx Persian Indigo. HEX triplet: 3B, 06 and 67. RGB value is (59,6,103). Sum of RGB (Red+Green+Blue) = 59+6+103=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #3B0667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0667 is #C4F998. Grayscale: #202020. Windows color (decimal): -12908953 or 6751803. OLE color: 6751803.

HSL color Cylindrical-coordinate representation of color #3B0667: hue angle of 272.78º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0667 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB596103-
CMYK0.430.9400.60
HSL272.78º88.99%21.37%-
HSV(B)272.78º94.17%40.39%-
XYZ4.322.0413-
YUV32.9167.56146.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 6 (2.73% from 255) = 3.57%
BLUE value IS 103 (40.62% from 255) = 61.31%
R=35.12%
G=3.57%
B=61.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5961030.430.9400.60272.7888.9921.37
Hex3B6672B5E03C1115915
Octal7361475313607442113125
Binary111011110110011110101110111100111100100010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b0667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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