Html Css Color HEX #292ADD Persian Blue

📋 copy color: '#292ADD'

red 41 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #292ADD

Tints of Persian Blue #292ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

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

R = 13.49%
G = 13.82%
B = 72.7%

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

#292ADD (or 0x292ADD) is known color: Persian Blue. HEX triplet: 29, 2A and DD. RGB value is (41,42,221). Sum of RGB (Red+Green+Blue) = 41+42+221=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #292ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ADD is #D6D522. Grayscale: #3D3D3D. Windows color (decimal): -14079267 or 14494249. OLE color: 14494249.

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

Color convert

RGB 41 42 221 -
CMYK 0.81 0.81 0 0.13
HSL 239.67º 0.73% 0.51% -
HSV(B) 239.67º 0.81% 0.87% -
XYZ 14.79 7.35 69.05 -
YUV 62.11 217.67 112.95 -
System Red Green Blue C M Y K H S L
Decimal 41 42 221 0.81 0.81 0 0.13 239.67 0.73 0.51
Hex 29 2A DD 51 51 0 D F0 49 33
Octal 51 52 335 121 121 0 15 360 111 63
Binary 101001 101010 11011101 1010001 1010001 0 1101 11110000 1001001 110011

Color Harmonies of #292ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ADD

Black with #292ADD

Text Example


Text Example

White with #292ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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