#300D8E

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

Shades of Persian Indigo #300D8E

Tints of Persian Indigo #300D8E

Color information

#300D8E (or 0x300D8E) is unknown color: approx Persian Indigo. HEX triplet: 30, 0D and 8E. RGB value is (48,13,142). Sum of RGB (Red+Green+Blue) = 48+13+142=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #300D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300D8E is #CFF271. Grayscale: #252525. Windows color (decimal): -13628018 or 9309488. OLE color: 9309488.

HSL color Cylindrical-coordinate representation of color #300D8E: hue angle of 256.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300D8E is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4813142-
CMYK0.660.9100.44
HSL256.28º83.23%30.39%-
HSV(B)256.28º90.85%55.69%-
XYZ6.252.8725.82-
YUV38.17186.6135.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=23.65%
G=6.40%
B=69.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48131420.660.9100.44256.2883.2330.39
Hex30D8E425B02C100531e
Octal601521610213305440012336
Binary110000110110001110100001010110110101100100000000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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