#3A066E

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

Shades of Persian Indigo #3A066E

Tints of Persian Indigo #3A066E

Color information

#3A066E (or 0x3A066E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 06 and 6E. RGB value is (58,6,110). Sum of RGB (Red+Green+Blue) = 58+6+110=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A066E is #C5F991. Grayscale: #212121. Windows color (decimal): -12974482 or 7210554. OLE color: 7210554.

HSL color Cylindrical-coordinate representation of color #3A066E: hue angle of 270º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A066E is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB586110-
CMYK0.470.9500.57
HSL270º89.66%22.75%-
HSV(B)270º94.55%43.14%-
XYZ4.622.1614.92-
YUV33.4171.23145.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 110 (43.36% from 255) = 63.22%
R=33.33%
G=3.45%
B=63.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5861100.470.9500.5727089.6622.75
Hex3A66E2F5F03910e5a17
Octal7261565713707141613227
Binary111010110110111010111110111110111001100001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,6,110); }

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

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

 a { background-color: rgb(58,6,110); }

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

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

 span { border-color: rgb(58,6,110); }

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