#4316A1

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

Shades of Persian Indigo #4316A1

Tints of Persian Indigo #4316A1

Color information

#4316A1 (or 0x4316A1) is unknown color: approx Persian Indigo. HEX triplet: 43, 16 and A1. RGB value is (67,22,161). Sum of RGB (Red+Green+Blue) = 67+22+161=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 161 (63.28% from 255 or 64.4% from 250); Max value from RGB is 161 - color contains mainly: blue. Hex color #4316A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4316A1 is #BCE95E. Grayscale: #323232. Windows color (decimal): -12380511 or 10556995. OLE color: 10556995.

HSL color Cylindrical-coordinate representation of color #4316A1: hue angle of 259.42º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4316A1 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6722161-
CMYK0.580.8600.37
HSL259.42º75.96%35.88%-
HSV(B)259.42º86.34%63.14%-
XYZ9.034.3434.08-
YUV51.3189.91139.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 161 (63.28% from 255) = 64.4%
R=26.8%
G=8.8%
B=64.4%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal67221610.580.8600.37259.4275.9635.88
Hex4316A13A560251034c24
Octal103262417212604540311444
Binary10000111011010100001111010101011001001011000000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4316A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4316A1; }

 p { color: rgb(67,22,161); }

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

<style>
 a { background-color: #4316A1; }

 a { background-color: rgb(67,22,161); }

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

<style>
 span { border-color: #4316A1; }

 span { border-color: rgb(67,22,161); }

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