#30067A

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

Shades of Persian Indigo #30067A

Tints of Persian Indigo #30067A

Color information

#30067A (or 0x30067A) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 7A. RGB value is (48,6,122). Sum of RGB (Red+Green+Blue) = 48+6+122=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #30067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30067A is #CFF985. Grayscale: #1F1F1F. Windows color (decimal): -13629830 or 7996976. OLE color: 7996976.

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

Color convert

RGB486122-
CMYK0.610.9500.52
HSL261.72º90.62%25.1%-
HSV(B)261.72º95.08%47.84%-
XYZ4.82.1618.58-
YUV31.78178.91139.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 122 (48.05% from 255) = 69.32%
R=27.27%
G=3.41%
B=69.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4861220.610.9500.52261.7290.6225.1
Hex3067A3D5F0341065b19
Octal6061727513706440613331
Binary110000110111101011110110111110110100100000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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