#301C72

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

Shades of Persian Indigo #301C72

Tints of Persian Indigo #301C72

Color information

#301C72 (or 0x301C72) is unknown color: approx Persian Indigo. HEX triplet: 30, 1C and 72. RGB value is (48,28,114). Sum of RGB (Red+Green+Blue) = 48+28+114=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #301C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C72 is #CFE38D. Grayscale: #2B2B2B. Windows color (decimal): -13624206 or 7478320. OLE color: 7478320.

HSL color Cylindrical-coordinate representation of color #301C72: hue angle of 253.95º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301C72 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4828114-
CMYK0.580.7500.55
HSL253.95º60.56%27.84%-
HSV(B)253.95º75.44%44.71%-
XYZ4.672.6716.19-
YUV43.78167.63131.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 114 (44.92% from 255) = 60%
R=25.26%
G=14.74%
B=60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48281140.580.7500.55253.9560.5627.84
Hex301C723A4B037fe3d1c
Octal6034162721130673767534
Binary110000111001110010111010100101101101111111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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