#300691

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

Shades of Persian Indigo #300691

Tints of Persian Indigo #300691

Color information

#300691 (or 0x300691) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 91. RGB value is (48,6,145). Sum of RGB (Red+Green+Blue) = 48+6+145=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #300691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300691 is #CFF96E. Grayscale: #212121. Windows color (decimal): -13629807 or 9504304. OLE color: 9504304.

HSL color Cylindrical-coordinate representation of color #300691: hue angle of 258.13º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300691 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB486145-
CMYK0.670.9600.43
HSL258.13º92.05%29.61%-
HSV(B)258.13º95.86%56.86%-
XYZ6.392.826.99-
YUV34.4190.41137.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 145 (57.03% from 255) = 72.86%
R=24.12%
G=3.02%
B=72.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4861450.670.9600.43258.1392.0529.61
Hex30691436002B1025c1e
Octal60622110314005340213436
Binary11000011010010001100001111000000101011100000010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300691; }

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

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

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

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

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

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

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

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