#291BCC

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

Shades of Persian Blue #291BCC

Tints of Persian Blue #291BCC

Color information

#291BCC (or 0x291BCC) is unknown color: approx Persian Blue. HEX triplet: 29, 1B and CC. RGB value is (41,27,204). Sum of RGB (Red+Green+Blue) = 41+27+204=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #291BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291BCC is #D6E433. Grayscale: #323232. Windows color (decimal): -14083124 or 13376297. OLE color: 13376297.

HSL color Cylindrical-coordinate representation of color #291BCC: hue angle of 244.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291BCC is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4127204-
CMYK0.800.8700.2
HSL244.75º76.62%45.29%-
HSV(B)244.75º86.76%80%-
XYZ12.215.6157.57-
YUV51.36214.14120.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 27 (10.94% from 255) = 9.93%
BLUE value IS 204 (80.08% from 255) = 75%
R=15.07%
G=9.93%
B=75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41272040.800.8700.2244.7576.6245.29
Hex291BCC5057014f54d2d
Octal513331412012702436511555
Binary101001110111100110010100001010111010100111101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,27,204); }

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

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

 a { background-color: rgb(41,27,204); }

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

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

 span { border-color: rgb(41,27,204); }

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