#300086

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

Shades of Persian Indigo #300086

Tints of Persian Indigo #300086

Color information

#300086 (or 0x300086) is unknown color: approx Persian Indigo. HEX triplet: 30, 00 and 86. RGB value is (48,0,134). Sum of RGB (Red+Green+Blue) = 48+0+134=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #300086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300086 is #CFFF79. Grayscale: #1D1D1D. Windows color (decimal): -13631354 or 8781872. OLE color: 8781872.

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

Color convert

RGB480134-
CMYK0.64100.47
HSL261.49º100%26.27%-
HSV(B)261.49º100%52.55%-
XYZ5.522.3522.72-
YUV29.63186.9141.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 73.63%
R=26.37%
G=0%
B=73.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4801340.64100.47261.4910026.27
Hex30086406402F105641a
Octal60020610014405740514432
Binary110000010000110100000011001000101111100000101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300086; }

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

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

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

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

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

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

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

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