#300D87

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

Shades of Persian Indigo #300D87

Tints of Persian Indigo #300D87

Color information

#300D87 (or 0x300D87) is unknown color: approx Persian Indigo. HEX triplet: 30, 0D and 87. RGB value is (48,13,135). Sum of RGB (Red+Green+Blue) = 48+13+135=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #300D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300D87 is #CFF278. Grayscale: #242424. Windows color (decimal): -13628025 or 8850736. OLE color: 8850736.

HSL color Cylindrical-coordinate representation of color #300D87: hue angle of 257.21º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300D87 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4813135-
CMYK0.640.9000.47
HSL257.21º82.43%29.02%-
HSV(B)257.21º90.37%52.94%-
XYZ5.742.6723.13-
YUV37.37183.1135.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 135 (53.12% from 255) = 68.88%
R=24.49%
G=6.63%
B=68.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48131350.640.9000.47257.2182.4329.02
Hex30D87405A02F101521d
Octal601520710013205740112235
Binary110000110110000111100000010110100101111100000001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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