#30106D

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

Shades of Persian Indigo #30106D

Tints of Persian Indigo #30106D

Color information

#30106D (or 0x30106D) is unknown color: approx Persian Indigo. HEX triplet: 30, 10 and 6D. RGB value is (48,16,109). Sum of RGB (Red+Green+Blue) = 48+16+109=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #30106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30106D is #CFEF92. Grayscale: #232323. Windows color (decimal): -13627283 or 7147568. OLE color: 7147568.

HSL color Cylindrical-coordinate representation of color #30106D: hue angle of 260.65º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30106D is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4816109-
CMYK0.560.8500.57
HSL260.65º74.4%24.51%-
HSV(B)260.65º85.32%42.75%-
XYZ4.162.114.65-
YUV36.17169.1136.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 109 (42.97% from 255) = 63.01%
R=27.75%
G=9.25%
B=63.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48161090.560.8500.57260.6574.424.51
Hex30106D38550391054a19
Octal60201557012507140511231
Binary11000010000110110111100010101010111001100000101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,16,109); }

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

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

 a { background-color: rgb(48,16,109); }

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

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

 span { border-color: rgb(48,16,109); }

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