#3A0B85

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

Shades of Persian Indigo #3A0B85

Tints of Persian Indigo #3A0B85

Color information

#3A0B85 (or 0x3A0B85) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0B and 85. RGB value is (58,11,133). Sum of RGB (Red+Green+Blue) = 58+11+133=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A0B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0B85 is #C5F47A. Grayscale: #262626. Windows color (decimal): -12973179 or 8719162. OLE color: 8719162.

HSL color Cylindrical-coordinate representation of color #3A0B85: hue angle of 263.11º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0B85 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5811133-
CMYK0.560.9200.48
HSL263.11º84.72%28.24%-
HSV(B)263.11º91.73%52.16%-
XYZ6.12.8322.42-
YUV38.96181.07141.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.71%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=28.71%
G=5.45%
B=65.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58111330.560.9200.48263.1184.7228.24
Hex3AB85385C030107551c
Octal72132057013406040712534
Binary11101010111000010111100010111000110000100000111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,11,133); }

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

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

 a { background-color: rgb(58,11,133); }

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

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

 span { border-color: rgb(58,11,133); }

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