#301C8A

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

Shades of Persian Indigo #301C8A

Tints of Persian Indigo #301C8A

Color information

#301C8A (or 0x301C8A) is unknown color: approx Persian Indigo. HEX triplet: 30, 1C and 8A. RGB value is (48,28,138). Sum of RGB (Red+Green+Blue) = 48+28+138=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #301C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301C8A is #CFE375. Grayscale: #2E2E2E. Windows color (decimal): -13624182 or 9051184. OLE color: 9051184.

HSL color Cylindrical-coordinate representation of color #301C8A: hue angle of 250.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301C8A is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4828138-
CMYK0.650.8000.46
HSL250.91º66.27%32.55%-
HSV(B)250.91º79.71%54.12%-
XYZ6.223.2924.35-
YUV46.52179.63129.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 138 (54.30% from 255) = 64.49%
R=22.43%
G=13.08%
B=64.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48281380.650.8000.46250.9166.2732.55
Hex301C8A415002Efb4221
Octal603421210112005637310241
Binary1100001110010001010100000110100000101110111110111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C8A; }

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

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

<style>
 a { background-color: #301C8A; }

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

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

<style>
 span { border-color: #301C8A; }

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

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