#300580

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

Shades of Persian Indigo #300580

Tints of Persian Indigo #300580

Color information

#300580 (or 0x300580) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 80. RGB value is (48,5,128). Sum of RGB (Red+Green+Blue) = 48+5+128=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #300580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300580 is #CFFA7F. Grayscale: #1F1F1F. Windows color (decimal): -13630080 or 8389936. OLE color: 8389936.

HSL color Cylindrical-coordinate representation of color #300580: hue angle of 260.98º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300580 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB485128-
CMYK0.620.9600.50
HSL260.98º92.48%26.08%-
HSV(B)260.98º96.09%50.2%-
XYZ5.172.320.59-
YUV31.88182.25139.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 128 (50.39% from 255) = 70.72%
R=26.52%
G=2.76%
B=70.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4851280.620.9600.50260.9892.4826.08
Hex305803E600321055c1a
Octal6052007614006240513432
Binary1100001011000000011111011000000110010100000101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300580; }

 p { color: rgb(48,5,128); }

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

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

 a { background-color: rgb(48,5,128); }

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

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

 span { border-color: rgb(48,5,128); }

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