#301673

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

Shades of Persian Indigo #301673

Tints of Persian Indigo #301673

Color information

#301673 (or 0x301673) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 73. RGB value is (48,22,115). Sum of RGB (Red+Green+Blue) = 48+22+115=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #301673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301673 is #CFE98C. Grayscale: #282828. Windows color (decimal): -13625741 or 7542320. OLE color: 7542320.

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

Color convert

RGB4822115-
CMYK0.580.8100.55
HSL256.77º67.88%26.86%-
HSV(B)256.77º80.87%45.1%-
XYZ4.62.4416.45-
YUV40.38170.11133.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=25.95%
G=11.89%
B=62.16%

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
Decimal48221150.580.8100.55256.7767.8826.86
Hex3016733A51037101441b
Octal60261637212106740110433
Binary11000010110111001111101010100010110111100000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301673; }

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

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

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

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

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

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

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

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