#301381

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

Shades of Persian Indigo #301381

Tints of Persian Indigo #301381

Color information

#301381 (or 0x301381) is unknown color: approx Persian Indigo. HEX triplet: 30, 13 and 81. RGB value is (48,19,129). Sum of RGB (Red+Green+Blue) = 48+19+129=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #301381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301381 is #CFEC7E. Grayscale: #272727. Windows color (decimal): -13626495 or 8459056. OLE color: 8459056.

HSL color Cylindrical-coordinate representation of color #301381: hue angle of 255.82º 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 #301381 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4819129-
CMYK0.630.8500.49
HSL255.82º74.32%29.02%-
HSV(B)255.82º85.27%50.59%-
XYZ5.412.6821-
YUV40.21178.11133.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 129 (50.78% from 255) = 65.82%
R=24.49%
G=9.69%
B=65.82%

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
Decimal48191290.630.8500.49255.8274.3229.02
Hex3013813F550311004a1d
Octal60232017712506140011235
Binary110000100111000000111111110101010110001100000000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301381; }

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

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

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

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

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

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

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

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