Html Css Color HEX #292AC5 Persian Blue

📋 copy color: '#292AC5'

red 41 ◦ green 42 ◦ blue 197

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

Shades of Persian Blue #292AC5

Tints of Persian Blue #292AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 70.36%

R = 14.64%
G = 15%
B = 70.36%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#292AC5 (or 0x292AC5) is known color: Persian Blue. HEX triplet: 29, 2A and C5. RGB value is (41,42,197). Sum of RGB (Red+Green+Blue) = 41+42+197=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #292AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292AC5 is #D6D53A. Grayscale: #3A3A3A. Windows color (decimal): -14079291 or 12921385. OLE color: 12921385.

HSL color Cylindrical-coordinate representation of color #292AC5: hue angle of 239.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #292AC5 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 42 197 -
CMYK 0.79 0.79 0 0.23
HSL 239.62º 0.66% 0.47% -
HSV(B) 239.62º 0.79% 0.77% -
XYZ 11.82 6.16 53.39 -
YUV 59.37 205.67 114.9 -
System Red Green Blue C M Y K H S L
Decimal 41 42 197 0.79 0.79 0 0.23 239.62 0.66 0.47
Hex 29 2A C5 4F 4F 0 17 F0 42 2F
Octal 51 52 305 117 117 0 27 360 102 57
Binary 101001 101010 11000101 1001111 1001111 0 10111 11110000 1000010 101111

Color Harmonies of #292AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292AC5

Black with #292AC5

Text Example


Text Example

White with #292AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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