#300584

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

Shades of Persian Indigo #300584

Tints of Persian Indigo #300584

Color information

#300584 (or 0x300584) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 84. RGB value is (48,5,132). Sum of RGB (Red+Green+Blue) = 48+5+132=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #300584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300584 is #CFFA7B. Grayscale: #1F1F1F. Windows color (decimal): -13630076 or 8652080. OLE color: 8652080.

HSL color Cylindrical-coordinate representation of color #300584: hue angle of 260.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300584 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB485132-
CMYK0.640.9600.48
HSL260.31º92.7%26.86%-
HSV(B)260.31º96.21%51.76%-
XYZ5.442.422.01-
YUV32.34184.25139.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 132 (51.95% from 255) = 71.35%
R=25.95%
G=2.70%
B=71.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4851320.640.9600.48260.3192.726.86
Hex3058440600301045d1b
Octal60520410014006040413533
Binary11000010110000100100000011000000110000100000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300584; }

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

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

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

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

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

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

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

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