#301382

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

Shades of Persian Indigo #301382

Tints of Persian Indigo #301382

Color information

#301382 (or 0x301382) is unknown color: approx Persian Indigo. HEX triplet: 30, 13 and 82. RGB value is (48,19,130). Sum of RGB (Red+Green+Blue) = 48+19+130=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #301382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301382 is #CFEC7D. Grayscale: #272727. Windows color (decimal): -13626494 or 8524592. OLE color: 8524592.

HSL color Cylindrical-coordinate representation of color #301382: hue angle of 255.68º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301382 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4819130-
CMYK0.630.8500.49
HSL255.68º74.5%29.22%-
HSV(B)255.68º85.38%50.98%-
XYZ5.482.7121.35-
YUV40.33178.61133.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 130 (51.17% from 255) = 65.99%
R=24.37%
G=9.64%
B=65.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48191300.630.8500.49255.6874.529.22
Hex3013823F550311004a1d
Octal60232027712506140011235
Binary110000100111000001011111110101010110001100000000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301382; }

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

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

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

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

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

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

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

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