#301E85

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

Shades of Persian Indigo #301E85

Tints of Persian Indigo #301E85

Color information

#301E85 (or 0x301E85) is unknown color: approx Persian Indigo. HEX triplet: 30, 1E and 85. RGB value is (48,30,133). Sum of RGB (Red+Green+Blue) = 48+30+133=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #301E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301E85 is #CFE17A. Grayscale: #2E2E2E. Windows color (decimal): -13623675 or 8724016. OLE color: 8724016.

HSL color Cylindrical-coordinate representation of color #301E85: hue angle of 250.49º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301E85 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4830133-
CMYK0.640.7700.48
HSL250.49º63.19%31.96%-
HSV(B)250.49º77.44%52.16%-
XYZ5.923.2522.51-
YUV47.12176.46128.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 133 (52.34% from 255) = 63.03%
R=22.75%
G=14.22%
B=63.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48301330.640.7700.48250.4963.1931.96
Hex301E85404D030fa3f20
Octal60362051001150603727740
Binary110000111101000010110000001001101011000011111010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,133); }

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

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

 a { background-color: rgb(48,30,133); }

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

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

 span { border-color: rgb(48,30,133); }

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