#301674

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

Shades of Persian Indigo #301674

Tints of Persian Indigo #301674

Color information

#301674 (or 0x301674) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 74. RGB value is (48,22,116). Sum of RGB (Red+Green+Blue) = 48+22+116=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #301674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301674 is #CFE98B. Grayscale: #282828. Windows color (decimal): -13625740 or 7607856. OLE color: 7607856.

HSL color Cylindrical-coordinate representation of color #301674: hue angle of 256.6º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301674 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4822116-
CMYK0.590.8100.55
HSL256.6º68.12%27.06%-
HSV(B)256.6º81.03%45.49%-
XYZ4.662.4616.75-
YUV40.49170.61133.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 116 (45.70% from 255) = 62.37%
R=25.81%
G=11.83%
B=62.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48221160.590.8100.55256.668.1227.06
Hex3016743B51037101441b
Octal60261647312106740110433
Binary11000010110111010011101110100010110111100000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301674; }

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

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

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

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

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

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

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

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