#300697

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

Shades of Persian Indigo #300697

Tints of Persian Indigo #300697

Color information

#300697 (or 0x300697) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 97. RGB value is (48,6,151). Sum of RGB (Red+Green+Blue) = 48+6+151=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #300697 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300697 is #CFF968. Grayscale: #222222. Windows color (decimal): -13629801 or 9897520. OLE color: 9897520.

HSL color Cylindrical-coordinate representation of color #300697: hue angle of 257.38º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300697 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB486151-
CMYK0.680.9600.41
HSL257.38º92.36%30.78%-
HSV(B)257.38º96.03%59.22%-
XYZ6.872.9929.49-
YUV35.09193.41137.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 151 (59.38% from 255) = 73.66%
R=23.41%
G=2.93%
B=73.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4861510.680.9600.41257.3892.3630.78
Hex3069744600291015c1f
Octal60622710414005140113437
Binary11000011010010111100010011000000101001100000001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300697; }

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

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

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

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

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

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

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

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