#300E88

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

Shades of Persian Indigo #300E88

Tints of Persian Indigo #300E88

Color information

#300E88 (or 0x300E88) is unknown color: approx Persian Indigo. HEX triplet: 30, 0E and 88. RGB value is (48,14,136). Sum of RGB (Red+Green+Blue) = 48+14+136=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #300E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300E88 is #CFF177. Grayscale: #252525. Windows color (decimal): -13627768 or 8916528. OLE color: 8916528.

HSL color Cylindrical-coordinate representation of color #300E88: hue angle of 256.72º degrees, saturation: 0.81, 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 #300E88 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4814136-
CMYK0.650.9000.47
HSL256.72º81.33%29.41%-
HSV(B)256.72º89.71%53.33%-
XYZ5.822.7223.51-
YUV38.07183.26135.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 136 (53.52% from 255) = 68.69%
R=24.24%
G=7.07%
B=68.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48141360.650.9000.47256.7281.3329.41
Hex30E88415A02F101511d
Octal601621010113205740112135
Binary110000111010001000100000110110100101111100000001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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