#301A78

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

Shades of Persian Indigo #301A78

Tints of Persian Indigo #301A78

Color information

#301A78 (or 0x301A78) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 78. RGB value is (48,26,120). Sum of RGB (Red+Green+Blue) = 48+26+120=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #301A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A78 is #CFE587. Grayscale: #2A2A2A. Windows color (decimal): -13624712 or 7871024. OLE color: 7871024.

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

Color convert

RGB4826120-
CMYK0.600.7800.53
HSL254.04º64.38%28.63%-
HSV(B)254.04º78.33%47.06%-
XYZ4.982.7218.03-
YUV43.29171.29131.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=24.74%
G=13.40%
B=61.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48261200.600.7800.53254.0464.3828.63
Hex301A783C4E035fe401d
Octal60321707411606537610035
Binary1100001101011110001111001001110011010111111110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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