Html Css Color HEX #292FAC Persian Blue

📋 copy color: '#292FAC'

red 41 ◦ green 47 ◦ blue 172

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

Shades of Persian Blue #292FAC

Tints of Persian Blue #292FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.15%

R = 15.77%
G = 18.08%
B = 66.15%

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

#292FAC (or 0x292FAC) is known color: Persian Blue. HEX triplet: 29, 2F and AC. RGB value is (41,47,172). Sum of RGB (Red+Green+Blue) = 41+47+172=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #292FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292FAC is #D6D053. Grayscale: #3A3A3A. Windows color (decimal): -14078036 or 11284265. OLE color: 11284265.

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

Color convert

RGB 41 47 172 -
CMYK 0.76 0.73 0 0.33
HSL 237.25º 0.62% 0.42% -
HSV(B) 237.25º 0.76% 0.67% -
XYZ 9.38 5.48 39.59 -
YUV 59.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 41 47 172 0.76 0.73 0 0.33 237.25 0.62 0.42
Hex 29 2F AC 4C 49 0 21 ED 3E 2A
Octal 51 57 254 114 111 0 41 355 76 52
Binary 101001 101111 10101100 1001100 1001001 0 100001 11101101 111110 101010

Color Harmonies of #292FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292FAC

Black with #292FAC

Text Example


Text Example

White with #292FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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