#301672

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

Shades of Persian Indigo #301672

Tints of Persian Indigo #301672

Color information

#301672 (or 0x301672) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 72. RGB value is (48,22,114). Sum of RGB (Red+Green+Blue) = 48+22+114=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #301672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301672 is #CFE98D. Grayscale: #272727. Windows color (decimal): -13625742 or 7476784. OLE color: 7476784.

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

Color convert

RGB4822114-
CMYK0.580.8100.55
HSL256.96º67.65%26.67%-
HSV(B)256.96º80.7%44.71%-
XYZ4.542.4216.15-
YUV40.26169.61133.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=26.09%
G=11.96%
B=61.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48221140.580.8100.55256.9667.6526.67
Hex3016723A51037101441b
Octal60261627212106740110433
Binary11000010110111001011101010100010110111100000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301672; }

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

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

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

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

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

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

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

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