Html Css Color HEX #292BDD Persian Blue

📋 copy color: '#292BDD'

red 41 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #292BDD

Tints of Persian Blue #292BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

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

R = 13.44%
G = 14.1%
B = 72.46%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#292BDD (or 0x292BDD) is known color: Persian Blue. HEX triplet: 29, 2B and DD. RGB value is (41,43,221). Sum of RGB (Red+Green+Blue) = 41+43+221=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #292BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BDD is #D6D422. Grayscale: #3D3D3D. Windows color (decimal): -14079011 or 14494505. OLE color: 14494505.

HSL color Cylindrical-coordinate representation of color #292BDD: hue angle of 239.33º 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 #292BDD is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 43 221 -
CMYK 0.81 0.81 0 0.13
HSL 239.33º 0.73% 0.51% -
HSV(B) 239.33º 0.81% 0.87% -
XYZ 14.83 7.42 69.06 -
YUV 62.69 217.34 112.53 -
System Red Green Blue C M Y K H S L
Decimal 41 43 221 0.81 0.81 0 0.13 239.33 0.73 0.51
Hex 29 2B DD 51 51 0 D EF 49 33
Octal 51 53 335 121 121 0 15 357 111 63
Binary 101001 101011 11011101 1010001 1010001 0 1101 11101111 1001001 110011

Color Harmonies of #292BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292BDD

Black with #292BDD

Text Example


Text Example

White with #292BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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