#300782

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

Shades of Persian Indigo #300782

Tints of Persian Indigo #300782

Color information

#300782 (or 0x300782) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 82. RGB value is (48,7,130). Sum of RGB (Red+Green+Blue) = 48+7+130=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #300782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300782 is #CFF87D. Grayscale: #202020. Windows color (decimal): -13629566 or 8521520. OLE color: 8521520.

HSL color Cylindrical-coordinate representation of color #300782: hue angle of 260º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300782 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB487130-
CMYK0.630.9500.49
HSL260º89.78%26.86%-
HSV(B)260º94.62%50.98%-
XYZ5.322.3921.3-
YUV33.28182.58138.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 130 (51.17% from 255) = 70.27%
R=25.95%
G=3.78%
B=70.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4871300.630.9500.4926089.7826.86
Hex307823F5F0311045a1b
Octal6072027713706140413233
Binary1100001111000001011111110111110110001100000100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300782; }

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

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

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

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

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

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

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

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