#30169C

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

Shades of Persian Indigo #30169C

Tints of Persian Indigo #30169C

Color information

#30169C (or 0x30169C) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 9C. RGB value is (48,22,156). Sum of RGB (Red+Green+Blue) = 48+22+156=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #30169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30169C is #CFE963. Grayscale: #2C2C2C. Windows color (decimal): -13625700 or 10229296. OLE color: 10229296.

HSL color Cylindrical-coordinate representation of color #30169C: hue angle of 251.64º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30169C is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4822156-
CMYK0.690.8600.39
HSL251.64º75.28%34.9%-
HSV(B)251.64º85.9%61.18%-
XYZ7.513.631.75-
YUV45.05190.61130.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 156 (61.33% from 255) = 69.03%
R=21.24%
G=9.73%
B=69.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48221560.690.8600.39251.6475.2834.9
Hex30169C4556027fc4b23
Octal602623410512604737411343
Binary1100001011010011100100010110101100100111111111001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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