#301A85

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

Shades of Persian Indigo #301A85

Tints of Persian Indigo #301A85

Color information

#301A85 (or 0x301A85) is unknown color: approx Persian Indigo. HEX triplet: 30, 1A and 85. RGB value is (48,26,133). Sum of RGB (Red+Green+Blue) = 48+26+133=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #301A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301A85 is #CFE57A. Grayscale: #2C2C2C. Windows color (decimal): -13624699 or 8722992. OLE color: 8722992.

HSL color Cylindrical-coordinate representation of color #301A85: hue angle of 252.34º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301A85 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4826133-
CMYK0.640.8000.48
HSL252.34º67.3%31.18%-
HSV(B)252.34º80.45%52.16%-
XYZ5.823.0622.47-
YUV44.78177.79130.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=23.19%
G=12.56%
B=64.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48261330.640.8000.48252.3467.331.18
Hex301A854050030fc431f
Octal603220510012006037410337
Binary110000110101000010110000001010000011000011111100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,26,133); }

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

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

 a { background-color: rgb(48,26,133); }

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

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

 span { border-color: rgb(48,26,133); }

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