#301C78

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

Shades of Persian Indigo #301C78

Tints of Persian Indigo #301C78

Color information

#301C78 (or 0x301C78) is unknown color: approx Persian Indigo. HEX triplet: 30, 1C and 78. RGB value is (48,28,120). Sum of RGB (Red+Green+Blue) = 48+28+120=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #301C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C78 is #CFE387. Grayscale: #2C2C2C. Windows color (decimal): -13624200 or 7871536. OLE color: 7871536.

HSL color Cylindrical-coordinate representation of color #301C78: hue angle of 253.04º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301C78 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4828120-
CMYK0.600.7700.53
HSL253.04º62.16%29.02%-
HSV(B)253.04º76.67%47.06%-
XYZ5.022.8118.05-
YUV44.47170.63130.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=24.49%
G=14.29%
B=61.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48281200.600.7700.53253.0462.1629.02
Hex301C783C4D035fd3e1d
Octal6034170741150653757635
Binary110000111001111000111100100110101101011111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C78; }

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

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

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

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

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

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

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

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