#292ACA

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

Shades of Persian Blue #292ACA

Tints of Persian Blue #292ACA

Color information

#292ACA (or 0x292ACA) is unknown color: approx Persian Blue. HEX triplet: 29, 2A and CA. RGB value is (41,42,202). Sum of RGB (Red+Green+Blue) = 41+42+202=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 202 (79.30% from 255 or 70.88% from 285); Max value from RGB is 202 - color contains mainly: blue. Hex color #292ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ACA is #D6D535. Grayscale: #3B3B3B. Windows color (decimal): -14079286 or 13249065. OLE color: 13249065.

HSL color Cylindrical-coordinate representation of color #292ACA: hue angle of 239.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #292ACA is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4142202-
CMYK0.800.7900.21
HSL239.63º66.26%47.65%-
HSV(B)239.63º79.7%79.22%-
XYZ12.46.3956.46-
YUV59.94208.17114.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 202 (79.30% from 255) = 70.88%
R=14.39%
G=14.74%
B=70.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41422020.800.7900.21239.6366.2647.65
Hex292ACA504F015f04230
Octal515231212011702536010260
Binary1010011010101100101010100001001111010101111100001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,42,202); }

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

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

 a { background-color: rgb(41,42,202); }

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

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

 span { border-color: rgb(41,42,202); }

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