#301A96

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

Shades of Persian Indigo #301A96

Tints of Persian Indigo #301A96

Color information

#301A96 (or 0x301A96) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 96. RGB value is (48,26,150). Sum of RGB (Red+Green+Blue) = 48+26+150=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #301A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301A96 is #CFE569. Grayscale: #2E2E2E. Windows color (decimal): -13624682 or 9837104. OLE color: 9837104.

HSL color Cylindrical-coordinate representation of color #301A96: hue angle of 250.65º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301A96 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4826150-
CMYK0.680.8300.41
HSL250.65º70.45%34.51%-
HSV(B)250.65º82.67%58.82%-
XYZ7.093.5729.17-
YUV46.71186.29128.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 26 (10.55% from 255) = 11.61%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=21.43%
G=11.61%
B=66.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48261500.680.8300.41250.6570.4534.51
Hex301A964453029fb4623
Octal603222610412305137310643
Binary1100001101010010110100010010100110101001111110111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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