#30036a

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

Shades of Persian Indigo #30036A

Tints of Persian Indigo #30036A

Color information

#30036A (or 0x30036A) is unknown color: approx Persian Indigo. HEX triplet: 30, 03 and 6A. RGB value is (48,3,106). Sum of RGB (Red+Green+Blue) = 48+3+106=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #30036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30036A is #CFFC95. Grayscale: #1B1B1B. Windows color (decimal): -13630614 or 6947632. OLE color: 6947632.

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

Color convert

RGB483106-
CMYK0.550.9700.58
HSL266.21º94.5%21.37%-
HSV(B)266.21º97.17%41.57%-
XYZ3.851.7313.77-
YUV28.2171.91142.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 106 (41.80% from 255) = 67.52%
R=30.57%
G=1.91%
B=67.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4831060.550.9700.58266.2194.521.37
Hex3036A376103A10a5e15
Octal6031526714107241213625
Binary11000011110101011011111000010111010100001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30036a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30036a; }

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

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

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

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

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

<style>
 span { border-color: #30036a; }

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

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