#300693

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

Shades of Persian Indigo #300693

Tints of Persian Indigo #300693

Color information

#300693 (or 0x300693) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 93. RGB value is (48,6,147). Sum of RGB (Red+Green+Blue) = 48+6+147=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #300693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300693 is #CFF96C. Grayscale: #222222. Windows color (decimal): -13629805 or 9635376. OLE color: 9635376.

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

Color convert

RGB486147-
CMYK0.670.9600.42
HSL257.87º92.16%30%-
HSV(B)257.87º95.92%57.65%-
XYZ6.552.8727.81-
YUV34.63191.41137.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 147 (57.81% from 255) = 73.13%
R=23.88%
G=2.99%
B=73.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4861470.670.9600.42257.8792.1630
Hex30693436002A1025c1e
Octal60622310314005240213436
Binary11000011010010011100001111000000101010100000010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300693; }

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

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

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

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

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

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

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

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