#30167D

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

Shades of Persian Indigo #30167D

Tints of Persian Indigo #30167D

Color information

#30167D (or 0x30167D) is unknown color: approx Persian Indigo. HEX triplet: 30, 16 and 7D. RGB value is (48,22,125). Sum of RGB (Red+Green+Blue) = 48+22+125=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #30167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30167D is #CFE982. Grayscale: #292929. Windows color (decimal): -13625731 or 8197680. OLE color: 8197680.

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

Color convert

RGB4822125-
CMYK0.620.8200.51
HSL255.15º70.07%28.82%-
HSV(B)255.15º82.4%49.02%-
XYZ5.212.6819.65-
YUV41.52175.11132.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 125 (49.22% from 255) = 64.10%
R=24.62%
G=11.28%
B=64.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48221250.620.8200.51255.1570.0728.82
Hex30167D3E52033ff461d
Octal60261757612206337710635
Binary1100001011011111011111101010010011001111111111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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