#301A6F

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

Shades of Persian Indigo #301A6F

Tints of Persian Indigo #301A6F

Color information

#301A6F (or 0x301A6F) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 6F. RGB value is (48,26,111). Sum of RGB (Red+Green+Blue) = 48+26+111=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #301A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A6F is #CFE590. Grayscale: #292929. Windows color (decimal): -13624721 or 7281200. OLE color: 7281200.

HSL color Cylindrical-coordinate representation of color #301A6F: hue angle of 255.53º 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 #301A6F is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4826111-
CMYK0.570.7700.56
HSL255.53º62.04%26.86%-
HSV(B)255.53º76.58%43.53%-
XYZ4.462.5115.29-
YUV42.27166.79132.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 111 (43.75% from 255) = 60%
R=25.95%
G=14.05%
B=60%

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
Decimal48261110.570.7700.56255.5362.0426.86
Hex301A6F394D0381003e1b
Octal6032157711150704007633
Binary1100001101011011111110011001101011100010000000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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