#300895

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

Shades of Persian Indigo #300895

Tints of Persian Indigo #300895

Color information

#300895 (or 0x300895) is unknown color: approx Persian Indigo. HEX triplet: 30, 08 and 95. RGB value is (48,8,149). Sum of RGB (Red+Green+Blue) = 48+8+149=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #300895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300895 is #CFF76A. Grayscale: #232323. Windows color (decimal): -13629291 or 9766960. OLE color: 9766960.

HSL color Cylindrical-coordinate representation of color #300895: hue angle of 257.02º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300895 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB488149-
CMYK0.680.9500.42
HSL257.02º89.81%30.78%-
HSV(B)257.02º94.63%58.43%-
XYZ6.732.9728.65-
YUV36.03191.75136.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 149 (58.59% from 255) = 72.68%
R=23.41%
G=3.90%
B=72.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4881490.680.9500.42257.0289.8130.78
Hex30895445F02A1015a1f
Octal601022510413705240113237
Binary110000100010010101100010010111110101010100000001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300895; }

 p { color: rgb(48,8,149); }

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

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

 a { background-color: rgb(48,8,149); }

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

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

 span { border-color: rgb(48,8,149); }

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