#301777

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

Shades of Persian Indigo #301777

Tints of Persian Indigo #301777

Color information

#301777 (or 0x301777) is unknown color: approx Persian Indigo. HEX triplet: 30, 17 and 77. RGB value is (48,23,119). Sum of RGB (Red+Green+Blue) = 48+23+119=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #301777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301777 is #CFE888. Grayscale: #292929. Windows color (decimal): -13625481 or 7804720. OLE color: 7804720.

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

Color convert

RGB4823119-
CMYK0.600.8100.53
HSL255.62º67.61%27.84%-
HSV(B)255.62º80.67%46.67%-
XYZ4.862.5717.69-
YUV41.42171.78132.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 119 (46.88% from 255) = 62.63%
R=25.26%
G=12.11%
B=62.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48231190.600.8100.53255.6267.6127.84
Hex3017773C51035100441c
Octal60271677412106540010434
Binary11000010111111011111110010100010110101100000000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301777; }

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

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

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

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

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

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

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

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