#301877

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

Shades of Persian Indigo #301877

Tints of Persian Indigo #301877

Color information

#301877 (or 0x301877) is unknown color: approx Persian Indigo. HEX triplet: 30, 18 and 77. RGB value is (48,24,119). Sum of RGB (Red+Green+Blue) = 48+24+119=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #301877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301877 is #CFE788. Grayscale: #292929. Windows color (decimal): -13625225 or 7804976. OLE color: 7804976.

HSL color Cylindrical-coordinate representation of color #301877: hue angle of 255.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301877 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4824119-
CMYK0.600.8000.53
HSL255.16º66.43%28.04%-
HSV(B)255.16º79.83%46.67%-
XYZ4.882.6117.7-
YUV42.01171.45132.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 119 (46.88% from 255) = 62.30%
R=25.13%
G=12.57%
B=62.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48241190.600.8000.53255.1666.4328.04
Hex3018773C50035ff421c
Octal60301677412006537710234
Binary1100001100011101111111001010000011010111111111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301877; }

 p { color: rgb(48,24,119); }

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

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

 a { background-color: rgb(48,24,119); }

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

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

 span { border-color: rgb(48,24,119); }

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