#301872

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

Shades of Persian Indigo #301872

Tints of Persian Indigo #301872

Color information

#301872 (or 0x301872) is unknown color: approx Persian Indigo. HEX triplet: 30, 18 and 72. RGB value is (48,24,114). Sum of RGB (Red+Green+Blue) = 48+24+114=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #301872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301872 is #CFE78D. Grayscale: #292929. Windows color (decimal): -13625230 or 7477296. OLE color: 7477296.

HSL color Cylindrical-coordinate representation of color #301872: hue angle of 256º 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 #301872 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4824114-
CMYK0.580.7900.55
HSL256º65.22%27.06%-
HSV(B)256º78.95%44.71%-
XYZ4.582.516.16-
YUV41.44168.95132.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=25.81%
G=12.90%
B=61.29%

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
Decimal48241140.580.7900.5525665.2227.06
Hex3018723A4F037100411b
Octal60301627211706740010133
Binary11000011000111001011101010011110110111100000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301872; }

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

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

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

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

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

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

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

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