#300B86

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

Shades of Persian Indigo #300B86

Tints of Persian Indigo #300B86

Color information

#300B86 (or 0x300B86) is unknown color: approx Persian Indigo. HEX triplet: 30, 0B and 86. RGB value is (48,11,134). Sum of RGB (Red+Green+Blue) = 48+11+134=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 134 (52.73% from 255 or 69.43% from 193); Max value from RGB is 134 - color contains mainly: blue. Hex color #300B86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300B86 is #CFF479. Grayscale: #232323. Windows color (decimal): -13628538 or 8784688. OLE color: 8784688.

HSL color Cylindrical-coordinate representation of color #300B86: hue angle of 258.05º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300B86 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4811134-
CMYK0.640.9200.47
HSL258.05º84.83%28.43%-
HSV(B)258.05º91.79%52.55%-
XYZ5.642.5922.76-
YUV36.08183.26136.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 134 (52.73% from 255) = 69.43%
R=24.87%
G=5.70%
B=69.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48111340.640.9200.47258.0584.8328.43
Hex30B86405C02F102551c
Octal601320610013405740212534
Binary110000101110000110100000010111000101111100000010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300B86; }

 p { color: rgb(48,11,134); }

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

<style>
 a { background-color: #300B86; }

 a { background-color: rgb(48,11,134); }

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

<style>
 span { border-color: #300B86; }

 span { border-color: rgb(48,11,134); }

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