#301678

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

Shades of Persian Indigo #301678

Tints of Persian Indigo #301678

Color information

#301678 (or 0x301678) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 78. RGB value is (48,22,120). Sum of RGB (Red+Green+Blue) = 48+22+120=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #301678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301678 is #CFE987. Grayscale: #282828. Windows color (decimal): -13625736 or 7870000. OLE color: 7870000.

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

Color convert

RGB4822120-
CMYK0.600.8200.53
HSL255.92º69.01%27.84%-
HSV(B)255.92º81.67%47.06%-
XYZ4.92.5618.01-
YUV40.95172.61133.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=25.26%
G=11.58%
B=63.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48221200.600.8200.53255.9269.0127.84
Hex3016783C52035100451c
Octal60261707412206540010534
Binary11000010110111100011110010100100110101100000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301678; }

 p { color: rgb(48,22,120); }

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

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

 a { background-color: rgb(48,22,120); }

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

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

 span { border-color: rgb(48,22,120); }

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