#30027A

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

Shades of Persian Indigo #30027A

Tints of Persian Indigo #30027A

Color information

#30027A (or 0x30027A) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 7A. RGB value is (48,2,122). Sum of RGB (Red+Green+Blue) = 48+2+122=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #30027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30027A is #CFFD85. Grayscale: #1D1D1D. Windows color (decimal): -13630854 or 7995952. OLE color: 7995952.

HSL color Cylindrical-coordinate representation of color #30027A: hue angle of 263º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30027A is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB482122-
CMYK0.610.9800.52
HSL263º96.77%24.31%-
HSV(B)263º98.36%47.84%-
XYZ4.752.0818.56-
YUV29.43180.24141.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 122 (48.05% from 255) = 70.93%
R=27.91%
G=1.16%
B=70.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4821220.610.9800.5226396.7724.31
Hex3027A3D620341076118
Octal6021727514206440714130
Binary11000010111101011110111000100110100100000111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,2,122); }

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

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

 a { background-color: rgb(48,2,122); }

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

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

 span { border-color: rgb(48,2,122); }

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