#30167E

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

Shades of Persian Indigo #30167E

Tints of Persian Indigo #30167E

Color information

#30167E (or 0x30167E) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 7E. RGB value is (48,22,126). Sum of RGB (Red+Green+Blue) = 48+22+126=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #30167E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30167E is #CFE981. Grayscale: #292929. Windows color (decimal): -13625730 or 8263216. OLE color: 8263216.

HSL color Cylindrical-coordinate representation of color #30167E: hue angle of 255º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30167E is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4822126-
CMYK0.620.8300.51
HSL255º70.27%29.02%-
HSV(B)255º82.54%49.41%-
XYZ5.272.7119.98-
YUV41.63175.61132.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 126 (49.61% from 255) = 64.29%
R=24.49%
G=11.22%
B=64.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48221260.620.8300.5125570.2729.02
Hex30167E3E53033ff461d
Octal60261767612306337710635
Binary1100001011011111101111101010011011001111111111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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