#301679

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

Shades of Persian Indigo #301679

Tints of Persian Indigo #301679

Color information

#301679 (or 0x301679) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 79. RGB value is (48,22,121). Sum of RGB (Red+Green+Blue) = 48+22+121=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #301679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301679 is #CFE986. Grayscale: #282828. Windows color (decimal): -13625735 or 7935536. OLE color: 7935536.

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

Color convert

RGB4822121-
CMYK0.600.8200.53
HSL255.76º69.23%28.04%-
HSV(B)255.76º81.82%47.45%-
XYZ4.962.5818.33-
YUV41.06173.11132.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 121 (47.66% from 255) = 63.35%
R=25.13%
G=11.52%
B=63.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48221210.600.8200.53255.7669.2328.04
Hex3016793C52035100451c
Octal60261717412206540010534
Binary11000010110111100111110010100100110101100000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301679; }

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

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

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

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

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

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

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

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