#3B067A

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

Shades of Persian Indigo #3B067A

Tints of Persian Indigo #3B067A

Color information

#3B067A (or 0x3B067A) is unknown color: approx Persian Indigo. HEX triplet: 3B, 06 and 7A. RGB value is (59,6,122). Sum of RGB (Red+Green+Blue) = 59+6+122=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B067A is #C4F985. Grayscale: #222222. Windows color (decimal): -12908934 or 7996987. OLE color: 7996987.

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

Color convert

RGB596122-
CMYK0.520.9500.52
HSL267.41º90.62%25.1%-
HSV(B)267.41º95.08%47.84%-
XYZ5.382.4718.6-
YUV35.07177.06145.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=31.55%
G=3.21%
B=65.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5961220.520.9500.52267.4190.6225.1
Hex3B67A345F03410b5b19
Octal7361726413706441313331
Binary111011110111101011010010111110110100100001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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