#300397

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

Shades of Persian Indigo #300397

Tints of Persian Indigo #300397

Color information

#300397 (or 0x300397) is unknown color: approx Persian Indigo. HEX triplet: 30, 03 and 97. RGB value is (48,3,151). Sum of RGB (Red+Green+Blue) = 48+3+151=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #300397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300397 is #CFFC68. Grayscale: #202020. Windows color (decimal): -13630569 or 9896752. OLE color: 9896752.

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

Color convert

RGB483151-
CMYK0.680.9800.41
HSL258.24º96.1%30.2%-
HSV(B)258.24º98.01%59.22%-
XYZ6.842.9329.48-
YUV33.33194.41138.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 151 (59.38% from 255) = 74.75%
R=23.76%
G=1.49%
B=74.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4831510.680.9800.41258.2496.130.2
Hex303974462029102601e
Octal60322710414205140214036
Binary1100001110010111100010011000100101001100000010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300397; }

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

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

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

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

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

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

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

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