#30168E

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

Shades of Persian Indigo #30168E

Tints of Persian Indigo #30168E

Color information

#30168E (or 0x30168E) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 8E. RGB value is (48,22,142). Sum of RGB (Red+Green+Blue) = 48+22+142=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #30168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30168E is #CFE971. Grayscale: #2A2A2A. Windows color (decimal): -13625714 or 9311792. OLE color: 9311792.

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

Color convert

RGB4822142-
CMYK0.660.8500.44
HSL253º73.17%32.16%-
HSV(B)253º84.51%55.69%-
XYZ6.393.1625.86-
YUV43.45183.61131.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 142 (55.86% from 255) = 66.98%
R=22.64%
G=10.38%
B=66.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48221420.660.8500.4425373.1732.16
Hex30168E425502Cfd4920
Octal602621610212505437511140
Binary1100001011010001110100001010101010101100111111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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