#292CE7

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

Shades of Persian Blue #292CE7

Tints of Persian Blue #292CE7

Color information

#292CE7 (or 0x292CE7) is unknown color: approx Persian Blue. HEX triplet: 29, 2C and E7. RGB value is (41,44,231). Sum of RGB (Red+Green+Blue) = 41+44+231=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 231 (90.62% from 255 or 73.10% from 316); Max value from RGB is 231 - color contains mainly: blue. Hex color #292CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292CE7 is #D6D318. Grayscale: #3F3F3F. Windows color (decimal): -14078745 or 15150121. OLE color: 15150121.

HSL color Cylindrical-coordinate representation of color #292CE7: hue angle of 239.05º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #292CE7 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4144231-
CMYK0.820.8100.09
HSL239.05º79.83%53.33%-
HSV(B)239.05º82.25%90.59%-
XYZ16.248.0476.3-
YUV64.42222.01111.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 231 (90.62% from 255) = 73.10%
R=12.97%
G=13.92%
B=73.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41442310.820.8100.09239.0579.8353.33
Hex292CE7525109ef5035
Octal515434712212101135712065
Binary101001101100111001111010010101000101001111011111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292CE7; }

 p { color: rgb(41,44,231); }

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

<style>
 a { background-color: #292CE7; }

 a { background-color: rgb(41,44,231); }

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

<style>
 span { border-color: #292CE7; }

 span { border-color: rgb(41,44,231); }

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