#5F03A4

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

Shades of Indigo #5F03A4

Tints of Indigo #5F03A4

Color information

#5F03A4 (or 0x5F03A4) is unknown color: approx Indigo. HEX triplet: 5F, 03 and A4. RGB value is (95,3,164). Sum of RGB (Red+Green+Blue) = 95+3+164=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 164 (64.45% from 255 or 62.60% from 262); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F03A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F03A4 is #A0FC5B. Grayscale: #303030. Windows color (decimal): -10550364 or 10748767. OLE color: 10748767.

HSL color Cylindrical-coordinate representation of color #5F03A4: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F03A4 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB953164-
CMYK0.420.9800.36
HSL274.29º96.41%32.75%-
HSV(B)274.29º98.17%64.31%-
XYZ11.455.1835.52-
YUV48.86192.98160.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 164 (64.45% from 255) = 62.60%
R=36.26%
G=1.15%
B=62.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9531640.420.9800.36274.2996.4132.75
Hex5F3A42A620241126021
Octal13732445214204442214041
Binary10111111110100100101010110001001001001000100101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F03A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F03A4; }

 p { color: rgb(95,3,164); }

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

<style>
 a { background-color: #5F03A4; }

 a { background-color: rgb(95,3,164); }

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

<style>
 span { border-color: #5F03A4; }

 span { border-color: rgb(95,3,164); }

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