#30046A

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

Shades of Persian Indigo #30046A

Tints of Persian Indigo #30046A

Color information

#30046A (or 0x30046A) is unknown color: approx Persian Indigo. HEX triplet: 30, 04 and 6A. RGB value is (48,4,106). Sum of RGB (Red+Green+Blue) = 48+4+106=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #30046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30046A is #CFFB95. Grayscale: #1C1C1C. Windows color (decimal): -13630358 or 6947888. OLE color: 6947888.

HSL color Cylindrical-coordinate representation of color #30046A: hue angle of 265.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30046A is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB484106-
CMYK0.550.9600.58
HSL265.88º92.73%21.57%-
HSV(B)265.88º96.23%41.57%-
XYZ3.861.7613.77-
YUV28.78171.58141.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 106 (41.80% from 255) = 67.09%
R=30.38%
G=2.53%
B=67.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4841060.550.9600.58265.8892.7321.57
Hex3046A376003A10a5d16
Octal6041526714007241213526
Binary110000100110101011011111000000111010100001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,4,106); }

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

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

 a { background-color: rgb(48,4,106); }

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

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

 span { border-color: rgb(48,4,106); }

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