#301C9B

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

Shades of Persian Indigo #301C9B

Tints of Persian Indigo #301C9B

Color information

#301C9B (or 0x301C9B) is unknown color: approx Persian Indigo. HEX triplet: 30, 1C and 9B. RGB value is (48,28,155). Sum of RGB (Red+Green+Blue) = 48+28+155=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #301C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301C9B is #CFE364. Grayscale: #2F2F2F. Windows color (decimal): -13624165 or 10165296. OLE color: 10165296.

HSL color Cylindrical-coordinate representation of color #301C9B: hue angle of 249.45º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301C9B is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4828155-
CMYK0.690.8200.39
HSL249.45º69.4%35.88%-
HSV(B)249.45º81.94%60.78%-
XYZ7.553.8331.35-
YUV48.46188.13127.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 155 (60.94% from 255) = 67.10%
R=20.78%
G=12.12%
B=67.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48281550.690.8200.39249.4569.435.88
Hex301C9B4552027f94524
Octal603423310512204737110544
Binary1100001110010011011100010110100100100111111110011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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