#300398

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

Shades of Persian Indigo #300398

Tints of Persian Indigo #300398

Color information

#300398 (or 0x300398) is unknown color: approx Persian Indigo. HEX triplet: 30, 03 and 98. RGB value is (48,3,152). Sum of RGB (Red+Green+Blue) = 48+3+152=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #300398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300398 is #CFFC67. Grayscale: #202020. Windows color (decimal): -13630568 or 9962288. OLE color: 9962288.

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

Color convert

RGB483152-
CMYK0.680.9800.40
HSL258.12º96.13%30.39%-
HSV(B)258.12º98.03%59.61%-
XYZ6.922.9629.91-
YUV33.44194.91138.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 152 (59.77% from 255) = 74.88%
R=23.65%
G=1.48%
B=74.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4831520.680.9800.40258.1296.1330.39
Hex303984462028102601e
Octal60323010414205040214036
Binary1100001110011000100010011000100101000100000010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300398; }

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

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

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

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

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

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

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

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