#300792

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

Shades of Persian Indigo #300792

Tints of Persian Indigo #300792

Color information

#300792 (or 0x300792) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 92. RGB value is (48,7,146). Sum of RGB (Red+Green+Blue) = 48+7+146=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #300792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300792 is #CFF86D. Grayscale: #222222. Windows color (decimal): -13629550 or 9570096. OLE color: 9570096.

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

Color convert

RGB487146-
CMYK0.670.9500.43
HSL257.7º90.85%30%-
HSV(B)257.7º95.21%57.25%-
XYZ6.482.8627.4-
YUV35.11190.58137.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 146 (57.42% from 255) = 72.64%
R=23.88%
G=3.48%
B=72.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4871460.670.9500.43257.790.8530
Hex30792435F02B1025b1e
Octal60722210313705340213336
Binary11000011110010010100001110111110101011100000010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300792; }

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

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

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

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

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

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

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

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