#301C9A

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

Shades of Persian Indigo #301C9A

Tints of Persian Indigo #301C9A

Color information

#301C9A (or 0x301C9A) is unknown color: approx Persian Indigo. HEX triplet: 30, 1C and 9A. RGB value is (48,28,154). Sum of RGB (Red+Green+Blue) = 48+28+154=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #301C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301C9A is #CFE365. Grayscale: #2F2F2F. Windows color (decimal): -13624166 or 10099760. OLE color: 10099760.

HSL color Cylindrical-coordinate representation of color #301C9A: hue angle of 249.52º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301C9A is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4828154-
CMYK0.690.8200.40
HSL249.52º69.23%35.69%-
HSV(B)249.52º81.82%60.39%-
XYZ7.473.7930.91-
YUV48.34187.63127.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 154 (60.55% from 255) = 66.96%
R=20.87%
G=12.17%
B=66.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48281540.690.8200.40249.5269.2335.69
Hex301C9A4552028fa4524
Octal603423210512205037210544
Binary1100001110010011010100010110100100101000111110101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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