#30168D

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

Shades of Persian Indigo #30168D

Tints of Persian Indigo #30168D

Color information

#30168D (or 0x30168D) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 8D. RGB value is (48,22,141). Sum of RGB (Red+Green+Blue) = 48+22+141=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #30168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30168D is #CFE972. Grayscale: #2A2A2A. Windows color (decimal): -13625715 or 9246256. OLE color: 9246256.

HSL color Cylindrical-coordinate representation of color #30168D: hue angle of 253.11º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30168D is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4822141-
CMYK0.660.8400.45
HSL253.11º73.01%31.96%-
HSV(B)253.11º84.4%55.29%-
XYZ6.313.1325.47-
YUV43.34183.11131.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 141 (55.47% from 255) = 66.82%
R=22.75%
G=10.43%
B=66.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48221410.660.8400.45253.1173.0131.96
Hex30168D425402Dfd4920
Octal602621510212405537511140
Binary1100001011010001101100001010101000101101111111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30168D; }

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

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

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

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

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

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

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

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