Html Css Color HEX #292ABA Persian Blue

📋 copy color: '#292ABA'

red 41 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #292ABA

Tints of Persian Blue #292ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.14%

R = 15.24%
G = 15.61%
B = 69.14%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#292ABA (or 0x292ABA) is known color: Persian Blue. HEX triplet: 29, 2A and BA. RGB value is (41,42,186). Sum of RGB (Red+Green+Blue) = 41+42+186=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #292ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ABA is #D6D545. Grayscale: #393939. Windows color (decimal): -14079302 or 12200489. OLE color: 12200489.

HSL color Cylindrical-coordinate representation of color #292ABA: hue angle of 239.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292ABA is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 42 186 -
CMYK 0.78 0.77 0 0.27
HSL 239.59º 0.64% 0.45% -
HSV(B) 239.59º 0.78% 0.73% -
XYZ 10.61 5.67 46.99 -
YUV 58.12 200.17 115.79 -
System Red Green Blue C M Y K H S L
Decimal 41 42 186 0.78 0.77 0 0.27 239.59 0.64 0.45
Hex 29 2A BA 4E 4D 0 1B F0 40 2D
Octal 51 52 272 116 115 0 33 360 100 55
Binary 101001 101010 10111010 1001110 1001101 0 11011 11110000 1000000 101101

Color Harmonies of #292ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ABA

Black with #292ABA

Text Example


Text Example

White with #292ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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