#300988

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

Shades of Persian Indigo #300988

Tints of Persian Indigo #300988

Color information

#300988 (or 0x300988) is unknown color: approx Persian Indigo. HEX triplet: 30, 09 and 88. RGB value is (48,9,136). Sum of RGB (Red+Green+Blue) = 48+9+136=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #300988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300988 is #CFF677. Grayscale: #222222. Windows color (decimal): -13629048 or 8915248. OLE color: 8915248.

HSL color Cylindrical-coordinate representation of color #300988: hue angle of 258.43º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300988 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB489136-
CMYK0.650.9300.47
HSL258.43º87.59%28.43%-
HSV(B)258.43º93.38%53.33%-
XYZ5.762.623.49-
YUV35.14184.92137.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 136 (53.52% from 255) = 70.47%
R=24.87%
G=4.66%
B=70.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4891360.650.9300.47258.4387.5928.43
Hex30988415D02F102581c
Octal601121010113505740213034
Binary110000100110001000100000110111010101111100000010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300988; }

 p { color: rgb(48,9,136); }

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

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

 a { background-color: rgb(48,9,136); }

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

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

 span { border-color: rgb(48,9,136); }

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