#292DB6

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

Shades of Persian Blue #292DB6

Tints of Persian Blue #292DB6

Color information

#292DB6 (or 0x292DB6) is unknown color: approx Persian Blue. HEX triplet: 29, 2D and B6. RGB value is (41,45,182). Sum of RGB (Red+Green+Blue) = 41+45+182=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 182 (71.48% from 255 or 67.91% from 268); Max value from RGB is 182 - color contains mainly: blue. Hex color #292DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DB6 is #D6D249. Grayscale: #3A3A3A. Windows color (decimal): -14078538 or 11939113. OLE color: 11939113.

HSL color Cylindrical-coordinate representation of color #292DB6: hue angle of 238.3º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #292DB6 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4145182-
CMYK0.770.7500.29
HSL238.3º63.23%43.73%-
HSV(B)238.3º77.47%71.37%-
XYZ10.35.7344.82-
YUV59.42197.17114.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 182 (71.48% from 255) = 67.91%
R=15.30%
G=16.79%
B=67.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41451820.770.7500.29238.363.2343.73
Hex292DB64D4B01Dee3f2c
Octal51552661151130353567754
Binary101001101101101101101001101100101101110111101110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,45,182); }

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

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

 a { background-color: rgb(41,45,182); }

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

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

 span { border-color: rgb(41,45,182); }

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