#30069e

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

Shades of Persian Indigo #30069E

Tints of Persian Indigo #30069E

Color information

#30069E (or 0x30069E) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 9E. RGB value is (48,6,158). Sum of RGB (Red+Green+Blue) = 48+6+158=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #30069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30069E is #CFF961. Grayscale: #232323. Windows color (decimal): -13629794 or 10356272. OLE color: 10356272.

HSL color Cylindrical-coordinate representation of color #30069E: hue angle of 256.58º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30069E is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB486158-
CMYK0.700.9600.38
HSL256.58º92.68%32.16%-
HSV(B)256.58º96.2%61.96%-
XYZ7.463.2332.58-
YUV35.89196.91136.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 158 (62.11% from 255) = 74.53%
R=22.64%
G=2.83%
B=74.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4861580.700.9600.38256.5892.6832.16
Hex3069E46600261015d20
Octal60623610614004640113540
Binary110000110100111101000110110000001001101000000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30069e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30069e; }

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

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

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

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

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

<style>
 span { border-color: #30069e; }

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

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