#30168C

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

Shades of Persian Indigo #30168C

Tints of Persian Indigo #30168C

Color information

#30168C (or 0x30168C) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 8C. RGB value is (48,22,140). Sum of RGB (Red+Green+Blue) = 48+22+140=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #30168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30168C is #CFE973. Grayscale: #2A2A2A. Windows color (decimal): -13625716 or 9180720. OLE color: 9180720.

HSL color Cylindrical-coordinate representation of color #30168C: hue angle of 253.22º 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 #30168C is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4822140-
CMYK0.660.8400.45
HSL253.22º72.84%31.76%-
HSV(B)253.22º84.29%54.9%-
XYZ6.243.125.08-
YUV43.23182.61131.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 140 (55.08% from 255) = 66.67%
R=22.86%
G=10.48%
B=66.67%

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
Decimal48221400.660.8400.45253.2272.8431.76
Hex30168C425402Dfd4920
Octal602621410212405537511140
Binary1100001011010001100100001010101000101101111111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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