#301278

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

Shades of Persian Indigo #301278

Tints of Persian Indigo #301278

Color information

#301278 (or 0x301278) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 78. RGB value is (48,18,120). Sum of RGB (Red+Green+Blue) = 48+18+120=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #301278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301278 is #CFED87. Grayscale: #262626. Windows color (decimal): -13626760 or 7868976. OLE color: 7868976.

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

Color convert

RGB4818120-
CMYK0.600.8500.53
HSL257.65º73.91%27.06%-
HSV(B)257.65º85%47.06%-
XYZ4.832.4217.98-
YUV38.6173.94134.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=25.81%
G=9.68%
B=64.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48181200.600.8500.53257.6573.9127.06
Hex3012783C550351024a1b
Octal60221707412506540211233
Binary11000010010111100011110010101010110101100000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301278; }

 p { color: rgb(48,18,120); }

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

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

 a { background-color: rgb(48,18,120); }

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

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

 span { border-color: rgb(48,18,120); }

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