#300A8A

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

Shades of Persian Indigo #300A8A

Tints of Persian Indigo #300A8A

Color information

#300A8A (or 0x300A8A) is unknown color: approx Persian Indigo. HEX triplet: 30, 0A and 8A. RGB value is (48,10,138). Sum of RGB (Red+Green+Blue) = 48+10+138=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #300A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300A8A is #CFF575. Grayscale: #232323. Windows color (decimal): -13628790 or 9046576. OLE color: 9046576.

HSL color Cylindrical-coordinate representation of color #300A8A: hue angle of 257.81º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300A8A is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4810138-
CMYK0.650.9300.46
HSL257.81º86.49%29.02%-
HSV(B)257.81º92.75%54.12%-
XYZ5.912.6824.25-
YUV35.95185.59136.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 138 (54.30% from 255) = 70.41%
R=24.49%
G=5.10%
B=70.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48101380.650.9300.46257.8186.4929.02
Hex30A8A415D02E102561d
Octal601221210113505640212635
Binary110000101010001010100000110111010101110100000010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300A8A; }

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

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

<style>
 a { background-color: #300A8A; }

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

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

<style>
 span { border-color: #300A8A; }

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

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