Html Css Color HEX #292DAB Persian Blue

📋 copy color: '#292DAB'

red 41 ◦ green 45 ◦ blue 171

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

Shades of Persian Blue #292DAB

Tints of Persian Blue #292DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 15.95%
G = 17.51%
B = 66.54%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#292DAB (or 0x292DAB) is known color: Persian Blue. HEX triplet: 29, 2D and AB. RGB value is (41,45,171). Sum of RGB (Red+Green+Blue) = 41+45+171=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #292DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292DAB is #D6D254. Grayscale: #393939. Windows color (decimal): -14078549 or 11218217. OLE color: 11218217.

HSL color Cylindrical-coordinate representation of color #292DAB: hue angle of 238.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292DAB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 45 171 -
CMYK 0.76 0.74 0 0.33
HSL 238.15º 0.61% 0.42% -
HSV(B) 238.15º 0.76% 0.67% -
XYZ 9.2 5.29 39.06 -
YUV 58.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 41 45 171 0.76 0.74 0 0.33 238.15 0.61 0.42
Hex 29 2D AB 4C 4A 0 21 EE 3D 2A
Octal 51 55 253 114 112 0 41 356 75 52
Binary 101001 101101 10101011 1001100 1001010 0 100001 11101110 111101 101010

Color Harmonies of #292DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DAB

Black with #292DAB

Text Example


Text Example

White with #292DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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