#301388

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

Shades of Persian Indigo #301388

Tints of Persian Indigo #301388

Color information

#301388 (or 0x301388) is unknown color: approx Persian Indigo. HEX triplet: 30, 13 and 88. RGB value is (48,19,136). Sum of RGB (Red+Green+Blue) = 48+19+136=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #301388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301388 is #CFEC77. Grayscale: #282828. Windows color (decimal): -13626488 or 8917808. OLE color: 8917808.

HSL color Cylindrical-coordinate representation of color #301388: hue angle of 254.87º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301388 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4819136-
CMYK0.650.8600.47
HSL254.87º75.48%30.39%-
HSV(B)254.87º86.03%53.33%-
XYZ5.92.8723.54-
YUV41.01181.61132.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=23.65%
G=9.36%
B=67.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48191360.650.8600.47254.8775.4830.39
Hex301388415602Fff4b1e
Octal602321010112605737711336
Binary110000100111000100010000011010110010111111111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301388; }

 p { color: rgb(48,19,136); }

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

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

 a { background-color: rgb(48,19,136); }

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

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

 span { border-color: rgb(48,19,136); }

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