#301A95

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

Shades of Persian Indigo #301A95

Tints of Persian Indigo #301A95

Color information

#301A95 (or 0x301A95) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 95. RGB value is (48,26,149). Sum of RGB (Red+Green+Blue) = 48+26+149=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #301A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301A95 is #CFE56A. Grayscale: #2E2E2E. Windows color (decimal): -13624683 or 9771568. OLE color: 9771568.

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

Color convert

RGB4826149-
CMYK0.680.8300.42
HSL250.73º70.29%34.31%-
HSV(B)250.73º82.55%58.43%-
XYZ7.013.5428.75-
YUV46.6185.79129-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 149 (58.59% from 255) = 66.82%
R=21.52%
G=11.66%
B=66.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48261490.680.8300.42250.7370.2934.31
Hex301A95445302Afb4622
Octal603222510412305237310642
Binary1100001101010010101100010010100110101010111110111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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