#300E70

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

Shades of Persian Indigo #300E70

Tints of Persian Indigo #300E70

Color information

#300E70 (or 0x300E70) is unknown color: approx Persian Indigo. HEX triplet: 30, 0E and 70. RGB value is (48,14,112). Sum of RGB (Red+Green+Blue) = 48+14+112=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #300E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300E70 is #CFF18F. Grayscale: #222222. Windows color (decimal): -13627792 or 7343664. OLE color: 7343664.

HSL color Cylindrical-coordinate representation of color #300E70: hue angle of 260.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300E70 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4814112-
CMYK0.570.8800.56
HSL260.82º77.78%24.71%-
HSV(B)260.82º87.5%43.92%-
XYZ4.32.1115.51-
YUV35.34171.26137.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=27.59%
G=8.05%
B=64.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48141120.570.8800.56260.8277.7824.71
Hex30E7039580381054e19
Octal60161607113007040511631
Binary1100001110111000011100110110000111000100000101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300E70; }

 p { color: rgb(48,14,112); }

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

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

 a { background-color: rgb(48,14,112); }

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

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

 span { border-color: rgb(48,14,112); }

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