#300371

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

Shades of Persian Indigo #300371

Tints of Persian Indigo #300371

Color information

#300371 (or 0x300371) is unknown color: approx Persian Indigo. HEX triplet: 30, 03 and 71. RGB value is (48,3,113). Sum of RGB (Red+Green+Blue) = 48+3+113=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #300371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300371 is #CFFC8E. Grayscale: #1C1C1C. Windows color (decimal): -13630607 or 7406384. OLE color: 7406384.

HSL color Cylindrical-coordinate representation of color #300371: hue angle of 264.55º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300371 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB483113-
CMYK0.580.9700.56
HSL264.55º94.83%22.75%-
HSV(B)264.55º97.35%44.31%-
XYZ4.231.8915.76-
YUV28.99175.41141.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 113 (44.53% from 255) = 68.90%
R=29.27%
G=1.83%
B=68.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4831130.580.9700.56264.5594.8322.75
Hex303713A610381095f17
Octal6031617214107041113727
Binary11000011111000111101011000010111000100001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300371; }

 p { color: rgb(48,3,113); }

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

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

 a { background-color: rgb(48,3,113); }

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

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

 span { border-color: rgb(48,3,113); }

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