#301E9C

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

Shades of Persian Indigo #301E9C

Tints of Persian Indigo #301E9C

Color information

#301E9C (or 0x301E9C) is unknown color: approx Persian Indigo. HEX triplet: 30, 1E and 9C. RGB value is (48,30,156). Sum of RGB (Red+Green+Blue) = 48+30+156=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #301E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301E9C is #CFE163. Grayscale: #313131. Windows color (decimal): -13623652 or 10231344. OLE color: 10231344.

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

Color convert

RGB4830156-
CMYK0.690.8100.39
HSL248.57º67.74%36.47%-
HSV(B)248.57º80.77%61.18%-
XYZ7.683.9631.81-
YUV49.75187.96126.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 156 (61.33% from 255) = 66.67%
R=20.51%
G=12.82%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48301560.690.8100.39248.5767.7436.47
Hex301E9C4551027f94424
Octal603623410512104737110444
Binary1100001111010011100100010110100010100111111110011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,156); }

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

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

 a { background-color: rgb(48,30,156); }

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

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

 span { border-color: rgb(48,30,156); }

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