#300D70

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

Shades of Persian Indigo #300D70

Tints of Persian Indigo #300D70

Color information

#300D70 (or 0x300D70) is unknown color: approx Persian Indigo. HEX triplet: 30, 0D and 70. RGB value is (48,13,112). Sum of RGB (Red+Green+Blue) = 48+13+112=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #300D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300D70 is #CFF28F. Grayscale: #222222. Windows color (decimal): -13628048 or 7343408. OLE color: 7343408.

HSL color Cylindrical-coordinate representation of color #300D70: hue angle of 261.21º degrees, saturation: 0.79, 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 #300D70 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4813112-
CMYK0.570.8800.56
HSL261.21º79.2%24.51%-
HSV(B)261.21º88.39%43.92%-
XYZ4.292.0915.51-
YUV34.75171.6137.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=27.75%
G=7.51%
B=64.74%

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
Decimal48131120.570.8800.56261.2179.224.51
Hex30D7039580381054f19
Octal60151607113007040511731
Binary1100001101111000011100110110000111000100000101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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