#3A098E

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

Shades of Persian Indigo #3A098E

Tints of Persian Indigo #3A098E

Color information

#3A098E (or 0x3A098E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 09 and 8E. RGB value is (58,9,142). Sum of RGB (Red+Green+Blue) = 58+9+142=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A098E is #C5F671. Grayscale: #262626. Windows color (decimal): -12973682 or 9308474. OLE color: 9308474.

HSL color Cylindrical-coordinate representation of color #3A098E: hue angle of 262.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A098E is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB589142-
CMYK0.590.9400.44
HSL262.11º88.08%29.61%-
HSV(B)262.11º93.66%55.69%-
XYZ6.733.0525.83-
YUV38.81186.23141.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 142 (55.86% from 255) = 67.94%
R=27.75%
G=4.31%
B=67.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5891420.590.9400.44262.1188.0829.61
Hex3A98E3B5E02C106581e
Octal72112167313605440613036
Binary11101010011000111011101110111100101100100000110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,9,142); }

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

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

 a { background-color: rgb(58,9,142); }

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

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

 span { border-color: rgb(58,9,142); }

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