#301675

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

Shades of Persian Indigo #301675

Tints of Persian Indigo #301675

Color information

#301675 (or 0x301675) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 75. RGB value is (48,22,117). Sum of RGB (Red+Green+Blue) = 48+22+117=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #301675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301675 is #CFE98A. Grayscale: #282828. Windows color (decimal): -13625739 or 7673392. OLE color: 7673392.

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

Color convert

RGB4822117-
CMYK0.590.8100.54
HSL256.42º68.35%27.25%-
HSV(B)256.42º81.2%45.88%-
XYZ4.722.4917.06-
YUV40.6171.11133.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=25.67%
G=11.76%
B=62.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48221170.590.8100.54256.4268.3527.25
Hex3016753B51036100441b
Octal60261657312106640010433
Binary11000010110111010111101110100010110110100000000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301675; }

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

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

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

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

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

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

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

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