#300774

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

Shades of Persian Indigo #300774

Tints of Persian Indigo #300774

Color information

#300774 (or 0x300774) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 74. RGB value is (48,7,116). Sum of RGB (Red+Green+Blue) = 48+7+116=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #300774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300774 is #CFF88B. Grayscale: #1F1F1F. Windows color (decimal): -13629580 or 7604016. OLE color: 7604016.

HSL color Cylindrical-coordinate representation of color #300774: hue angle of 262.57º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300774 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB487116-
CMYK0.590.9400.55
HSL262.57º88.62%24.12%-
HSV(B)262.57º93.97%45.49%-
XYZ4.452.0416.68-
YUV31.68175.58139.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 116 (45.70% from 255) = 67.84%
R=28.07%
G=4.09%
B=67.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4871160.590.9400.55262.5788.6224.12
Hex307743B5E0371075918
Octal6071647313606740713130
Binary110000111111010011101110111100110111100000111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300774; }

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

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

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

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

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

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

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

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