#300882

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

Shades of Persian Indigo #300882

Tints of Persian Indigo #300882

Color information

#300882 (or 0x300882) is unknown color: approx Persian Indigo. HEX triplet: 30, 08 and 82. RGB value is (48,8,130). Sum of RGB (Red+Green+Blue) = 48+8+130=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #300882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300882 is #CFF77D. Grayscale: #212121. Windows color (decimal): -13629310 or 8521776. OLE color: 8521776.

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

Color convert

RGB488130-
CMYK0.630.9400.49
HSL259.67º88.41%27.06%-
HSV(B)259.67º93.85%50.98%-
XYZ5.342.4121.3-
YUV33.87182.25138.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 130 (51.17% from 255) = 69.89%
R=25.81%
G=4.30%
B=69.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4881300.630.9400.49259.6788.4127.06
Hex308823F5E031104581b
Octal60102027713606140413033
Binary11000010001000001011111110111100110001100000100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300882; }

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

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

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

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

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

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

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

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