#30068A

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

Shades of Persian Indigo #30068A

Tints of Persian Indigo #30068A

Color information

#30068A (or 0x30068A) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 8A. RGB value is (48,6,138). Sum of RGB (Red+Green+Blue) = 48+6+138=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #30068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30068A is #CFF975. Grayscale: #212121. Windows color (decimal): -13629814 or 9045552. OLE color: 9045552.

HSL color Cylindrical-coordinate representation of color #30068A: hue angle of 259.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30068A is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB486138-
CMYK0.650.9600.46
HSL259.09º91.67%28.24%-
HSV(B)259.09º95.65%54.12%-
XYZ5.872.5924.24-
YUV33.61186.91138.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 138 (54.30% from 255) = 71.88%
R=25%
G=3.12%
B=71.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4861380.650.9600.46259.0991.6728.24
Hex3068A416002E1035c1c
Octal60621210114005640313434
Binary11000011010001010100000111000000101110100000011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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