#30076A

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

Shades of Persian Indigo #30076A

Tints of Persian Indigo #30076A

Color information

#30076A (or 0x30076A) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 6A. RGB value is (48,7,106). Sum of RGB (Red+Green+Blue) = 48+7+106=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #30076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30076A is #CFF895. Grayscale: #1E1E1E. Windows color (decimal): -13629590 or 6948656. OLE color: 6948656.

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

Color convert

RGB487106-
CMYK0.550.9300.58
HSL264.85º87.61%22.16%-
HSV(B)264.85º93.4%41.57%-
XYZ3.91.8213.78-
YUV30.54170.58140.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=29.81%
G=4.35%
B=65.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4871060.550.9300.58264.8587.6122.16
Hex3076A375D03A1095816
Octal6071526713507241113026
Binary110000111110101011011110111010111010100001001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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