#301873

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

Shades of Persian Indigo #301873

Tints of Persian Indigo #301873

Color information

#301873 (or 0x301873) is unknown color: approx Persian Indigo. HEX triplet: 30, 18 and 73. RGB value is (48,24,115). Sum of RGB (Red+Green+Blue) = 48+24+115=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #301873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301873 is #CFE78C. Grayscale: #292929. Windows color (decimal): -13625229 or 7542832. OLE color: 7542832.

HSL color Cylindrical-coordinate representation of color #301873: hue angle of 255.82º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301873 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4824115-
CMYK0.580.7900.55
HSL255.82º65.47%27.25%-
HSV(B)255.82º79.13%45.1%-
XYZ4.642.5216.46-
YUV41.55169.45132.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 115 (45.31% from 255) = 61.50%
R=25.67%
G=12.83%
B=61.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48241150.580.7900.55255.8265.4727.25
Hex3018733A4F037100411b
Octal60301637211706740010133
Binary11000011000111001111101010011110110111100000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301873; }

 p { color: rgb(48,24,115); }

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

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

 a { background-color: rgb(48,24,115); }

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

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

 span { border-color: rgb(48,24,115); }

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