Html Css Color HEX #292DDD Persian Blue

📋 copy color: '#292DDD'

red 41 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #292DDD

Tints of Persian Blue #292DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 13.36%
G = 14.66%
B = 71.99%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#292DDD (or 0x292DDD) is known color: Persian Blue. HEX triplet: 29, 2D and DD. RGB value is (41,45,221). Sum of RGB (Red+Green+Blue) = 41+45+221=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #292DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DDD is #D6D222. Grayscale: #3F3F3F. Windows color (decimal): -14078499 or 14495017. OLE color: 14495017.

HSL color Cylindrical-coordinate representation of color #292DDD: hue angle of 238.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292DDD is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 45 221 -
CMYK 0.81 0.80 0 0.13
HSL 238.67º 0.73% 0.51% -
HSV(B) 238.67º 0.81% 0.87% -
XYZ 14.9 7.57 69.08 -
YUV 63.87 216.67 111.69 -
System Red Green Blue C M Y K H S L
Decimal 41 45 221 0.81 0.80 0 0.13 238.67 0.73 0.51
Hex 29 2D DD 51 50 0 D EF 49 33
Octal 51 55 335 121 120 0 15 357 111 63
Binary 101001 101101 11011101 1010001 1010000 0 1101 11101111 1001001 110011

Color Harmonies of #292DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DDD

Black with #292DDD

Text Example


Text Example

White with #292DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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