#291AC3

Color #291AC3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #291AC3

Tints of Persian Blue #291AC3

Color information

#291AC3 (or 0x291AC3) is unknown color: approx Persian Blue. HEX triplet: 29, 1A and C3. RGB value is (41,26,195). Sum of RGB (Red+Green+Blue) = 41+26+195=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 195 (76.56% from 255 or 74.43% from 262); Max value from RGB is 195 - color contains mainly: blue. Hex color #291AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291AC3 is #D6E53C. Grayscale: #313131. Windows color (decimal): -14083389 or 12786217. OLE color: 12786217.

HSL color Cylindrical-coordinate representation of color #291AC3: hue angle of 245.33º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291AC3 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4126195-
CMYK0.790.8700.24
HSL245.33º76.47%43.33%-
HSV(B)245.33º86.67%76.47%-
XYZ11.135.1552.04-
YUV49.75209.97121.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 26 (10.55% from 255) = 9.92%
BLUE value IS 195 (76.56% from 255) = 74.43%
R=15.65%
G=9.92%
B=74.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41261950.790.8700.24245.3376.4743.33
Hex291AC34F57018f54c2b
Octal513230311712703036511453
Binary101001110101100001110011111010111011000111101011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291AC3; }

 p { color: rgb(41,26,195); }

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

<style>
 a { background-color: #291AC3; }

 a { background-color: rgb(41,26,195); }

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

<style>
 span { border-color: #291AC3; }

 span { border-color: rgb(41,26,195); }

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