#301A70

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

Shades of Persian Indigo #301A70

Tints of Persian Indigo #301A70

Color information

#301A70 (or 0x301A70) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 70. RGB value is (48,26,112). Sum of RGB (Red+Green+Blue) = 48+26+112=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #301A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A70 is #CFE58F. Grayscale: #2A2A2A. Windows color (decimal): -13624720 or 7346736. OLE color: 7346736.

HSL color Cylindrical-coordinate representation of color #301A70: hue angle of 255.35º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301A70 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4826112-
CMYK0.570.7700.56
HSL255.35º62.32%27.06%-
HSV(B)255.35º76.79%43.92%-
XYZ4.512.5415.58-
YUV42.38167.29132.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=25.81%
G=13.98%
B=60.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48261120.570.7700.56255.3562.3227.06
Hex301A70394D038ff3e1b
Octal6032160711150703777633
Binary110000110101110000111001100110101110001111111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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