#300992

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

Shades of Persian Indigo #300992

Tints of Persian Indigo #300992

Color information

#300992 (or 0x300992) is unknown color: approx Persian Indigo. HEX triplet: 30, 09 and 92. RGB value is (48,9,146). Sum of RGB (Red+Green+Blue) = 48+9+146=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #300992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300992 is #CFF66D. Grayscale: #232323. Windows color (decimal): -13629038 or 9570608. OLE color: 9570608.

HSL color Cylindrical-coordinate representation of color #300992: hue angle of 257.08º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300992 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB489146-
CMYK0.670.9400.43
HSL257.08º88.39%30.39%-
HSV(B)257.08º93.84%57.25%-
XYZ6.52.927.41-
YUV36.28189.92136.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 146 (57.42% from 255) = 71.92%
R=23.65%
G=4.43%
B=71.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4891460.670.9400.43257.0888.3930.39
Hex30992435E02B101581e
Octal601122210313605340113036
Binary110000100110010010100001110111100101011100000001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300992; }

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

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

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

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

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

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

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

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