Html Css Color HEX #292DAF Persian Blue

📋 copy color: '#292DAF'

red 41 ◦ green 45 ◦ blue 175

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

Shades of Persian Blue #292DAF

Tints of Persian Blue #292DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.05%

R = 15.71%
G = 17.24%
B = 67.05%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#292DAF (or 0x292DAF) is known color: Persian Blue. HEX triplet: 29, 2D and AF. RGB value is (41,45,175). Sum of RGB (Red+Green+Blue) = 41+45+175=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #292DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292DAF is #D6D250. Grayscale: #3A3A3A. Windows color (decimal): -14078545 or 11480361. OLE color: 11480361.

HSL color Cylindrical-coordinate representation of color #292DAF: hue angle of 238.21º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #292DAF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 45 175 -
CMYK 0.77 0.74 0 0.31
HSL 238.21º 0.62% 0.42% -
HSV(B) 238.21º 0.77% 0.69% -
XYZ 9.59 5.44 41.1 -
YUV 58.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 41 45 175 0.77 0.74 0 0.31 238.21 0.62 0.42
Hex 29 2D AF 4D 4A 0 1F EE 3E 2A
Octal 51 55 257 115 112 0 37 356 76 52
Binary 101001 101101 10101111 1001101 1001010 0 11111 11101110 111110 101010

Color Harmonies of #292DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DAF

Black with #292DAF

Text Example


Text Example

White with #292DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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