#301D97

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

Shades of Persian Indigo #301D97

Tints of Persian Indigo #301D97

Color information

#301D97 (or 0x301D97) is unknown color: approx Persian Indigo. HEX triplet: 30, 1D and 97. RGB value is (48,29,151). Sum of RGB (Red+Green+Blue) = 48+29+151=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #301D97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301D97 is #CFE268. Grayscale: #303030. Windows color (decimal): -13623913 or 9903408. OLE color: 9903408.

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

Color convert

RGB4829151-
CMYK0.680.8100.41
HSL249.34º67.78%35.29%-
HSV(B)249.34º80.79%59.22%-
XYZ7.243.7429.62-
YUV48.59185.79127.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 151 (59.38% from 255) = 66.23%
R=21.05%
G=12.72%
B=66.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48291510.680.8100.41249.3467.7835.29
Hex301D974451029f94423
Octal603522710412105137110443
Binary1100001110110010111100010010100010101001111110011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,151); }

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

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

 a { background-color: rgb(48,29,151); }

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

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

 span { border-color: rgb(48,29,151); }

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