#300179

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

Shades of Persian Indigo #300179

Tints of Persian Indigo #300179

Color information

#300179 (or 0x300179) is unknown color: approx Persian Indigo. HEX triplet: 30, 01 and 79. RGB value is (48,1,121). Sum of RGB (Red+Green+Blue) = 48+1+121=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #300179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300179 is #CFFE86. Grayscale: #1C1C1C. Windows color (decimal): -13631111 or 7930160. OLE color: 7930160.

HSL color Cylindrical-coordinate representation of color #300179: hue angle of 263.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300179 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB481121-
CMYK0.600.9900.53
HSL263.5º98.36%23.92%-
HSV(B)263.5º99.17%47.45%-
XYZ4.682.0318.23-
YUV28.73180.07141.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 121 (47.66% from 255) = 71.18%
R=28.24%
G=0.59%
B=71.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4811210.600.9900.53263.598.3623.92
Hex301793C630351086218
Octal6011717414306541014230
Binary1100001111100111110011000110110101100001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300179; }

 p { color: rgb(48,1,121); }

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

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

 a { background-color: rgb(48,1,121); }

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

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

 span { border-color: rgb(48,1,121); }

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