Html Css Color HEX #292FAB Persian Blue

📋 copy color: '#292FAB'

red 41 ◦ green 47 ◦ blue 171

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

Shades of Persian Blue #292FAB

Tints of Persian Blue #292FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

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

R = 15.83%
G = 18.15%
B = 66.02%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#292FAB (or 0x292FAB) is known color: Persian Blue. HEX triplet: 29, 2F and AB. RGB value is (41,47,171). Sum of RGB (Red+Green+Blue) = 41+47+171=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #292FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292FAB is #D6D054. Grayscale: #3A3A3A. Windows color (decimal): -14078037 or 11218729. OLE color: 11218729.

HSL color Cylindrical-coordinate representation of color #292FAB: hue angle of 237.23º 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 #292FAB is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 47 171 -
CMYK 0.76 0.73 0 0.33
HSL 237.23º 0.61% 0.42% -
HSV(B) 237.23º 0.76% 0.67% -
XYZ 9.28 5.44 39.09 -
YUV 59.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 41 47 171 0.76 0.73 0 0.33 237.23 0.61 0.42
Hex 29 2F AB 4C 49 0 21 ED 3D 2A
Octal 51 57 253 114 111 0 41 355 75 52
Binary 101001 101111 10101011 1001100 1001001 0 100001 11101101 111101 101010

Color Harmonies of #292FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292FAB

Black with #292FAB

Text Example


Text Example

White with #292FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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