#300E92

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

Shades of Persian Indigo #300E92

Tints of Persian Indigo #300E92

Color information

#300E92 (or 0x300E92) is unknown color: approx Persian Indigo. HEX triplet: 30, 0E and 92. RGB value is (48,14,146). Sum of RGB (Red+Green+Blue) = 48+14+146=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #300E92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300E92 is #CFF16D. Grayscale: #262626. Windows color (decimal): -13627758 or 9571888. OLE color: 9571888.

HSL color Cylindrical-coordinate representation of color #300E92: hue angle of 255.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300E92 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4814146-
CMYK0.670.9000.43
HSL255.45º82.5%31.37%-
HSV(B)255.45º90.41%57.25%-
XYZ6.563.0227.43-
YUV39.21188.26134.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 146 (57.42% from 255) = 70.19%
R=23.08%
G=6.73%
B=70.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48141460.670.9000.43255.4582.531.37
Hex30E92435A02Bff521f
Octal601622210313205337712237
Binary11000011101001001010000111011010010101111111111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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