#30108A

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

Shades of Persian Indigo #30108A

Tints of Persian Indigo #30108A

Color information

#30108A (or 0x30108A) is unknown color: approx Persian Indigo. HEX triplet: 30, 10 and 8A. RGB value is (48,16,138). Sum of RGB (Red+Green+Blue) = 48+16+138=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #30108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30108A is #CFEF75. Grayscale: #272727. Windows color (decimal): -13627254 or 9048112. OLE color: 9048112.

HSL color Cylindrical-coordinate representation of color #30108A: hue angle of 255.74º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30108A is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4816138-
CMYK0.650.8800.46
HSL255.74º79.22%30.2%-
HSV(B)255.74º88.41%54.12%-
XYZ5.992.8324.28-
YUV39.48183.6134.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=23.76%
G=7.92%
B=68.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48161380.650.8800.46255.7479.2230.2
Hex30108A415802E1004f1e
Octal602021210113005640011736
Binary1100001000010001010100000110110000101110100000000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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