#30108C

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

Shades of Persian Indigo #30108C

Tints of Persian Indigo #30108C

Color information

#30108C (or 0x30108C) is unknown color: approx Persian Indigo. HEX triplet: 30, 10 and 8C. RGB value is (48,16,140). Sum of RGB (Red+Green+Blue) = 48+16+140=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #30108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30108C is #CFEF73. Grayscale: #272727. Windows color (decimal): -13627252 or 9179184. OLE color: 9179184.

HSL color Cylindrical-coordinate representation of color #30108C: hue angle of 255.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30108C is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4816140-
CMYK0.660.8900.45
HSL255.48º79.49%30.59%-
HSV(B)255.48º88.57%54.9%-
XYZ6.142.8925.05-
YUV39.7184.6133.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 140 (55.08% from 255) = 68.63%
R=23.53%
G=7.84%
B=68.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48161400.660.8900.45255.4879.4930.59
Hex30108C425902Dff4f1f
Octal602021410213105537711737
Binary110000100001000110010000101011001010110111111111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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