Html Css Color HEX #292DB9 Persian Blue

📋 copy color: '#292DB9'

red 41 ◦ green 45 ◦ blue 185

#292DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #292DB9

Tints of Persian Blue #292DB9

RGB

 RED value IS 41 (16.41% from 255) = 15.13%

 GREEN value IS 45 (17.97% from 255) = 16.61%

 BLUE value IS 185 (72.66% from 255) = 68.27%

R = 15.13%
G = 16.61%
B = 68.27%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#292DB9 (or 0x292DB9) is known color: Persian Blue. HEX triplet: 29, 2D and B9. RGB value is (41,45,185). Sum of RGB (Red+Green+Blue) = 41+45+185=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 185 (72.66% from 255 or 68.27% from 271); Max value from RGB is 185 - color contains mainly: blue. Hex color #292DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DB9 is #D6D246. Grayscale: #3B3B3B. Windows color (decimal): -14078535 or 12135721. OLE color: 12135721.

HSL color Cylindrical-coordinate representation of color #292DB9: hue angle of 238.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292DB9 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 45 185 -
CMYK 0.78 0.76 0 0.27
HSL 238.33º 0.64% 0.44% -
HSV(B) 238.33º 0.78% 0.73% -
XYZ 10.61 5.85 46.47 -
YUV 59.76 198.67 114.62 -
System Red Green Blue C M Y K H S L
Decimal 41 45 185 0.78 0.76 0 0.27 238.33 0.64 0.44
Hex 29 2D B9 4E 4C 0 1B EE 40 2C
Octal 51 55 271 116 114 0 33 356 100 54
Binary 101001 101101 10111001 1001110 1001100 0 11011 11101110 1000000 101100

Color Harmonies of #292DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DB9

Black with #292DB9

Text Example


Text Example

White with #292DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #292DB9;
 }
 .AnyTagClassName
 {
   color: #292DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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