#300687

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

Shades of Persian Indigo #300687

Tints of Persian Indigo #300687

Color information

#300687 (or 0x300687) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 87. RGB value is (48,6,135). Sum of RGB (Red+Green+Blue) = 48+6+135=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #300687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300687 is #CFF978. Grayscale: #202020. Windows color (decimal): -13629817 or 8848944. OLE color: 8848944.

HSL color Cylindrical-coordinate representation of color #300687: hue angle of 259.53º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300687 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB486135-
CMYK0.640.9600.47
HSL259.53º91.49%27.65%-
HSV(B)259.53º95.56%52.94%-
XYZ5.662.5123.11-
YUV33.26185.41138.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 135 (53.12% from 255) = 71.43%
R=25.40%
G=3.17%
B=71.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4861350.640.9600.47259.5391.4927.65
Hex30687406002F1045b1c
Octal60620710014005740413334
Binary11000011010000111100000011000000101111100000100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300687; }

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

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

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

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

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

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

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

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