Html Css Color HEX #291ABA Persian Blue

📋 copy color: '#291ABA'

red 41 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #291ABA

Tints of Persian Blue #291ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

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

R = 16.21%
G = 10.28%
B = 73.52%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#291ABA (or 0x291ABA) is known color: Persian Blue. HEX triplet: 29, 1A and BA. RGB value is (41,26,186). Sum of RGB (Red+Green+Blue) = 41+26+186=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #291ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ABA is #D6E545. Grayscale: #303030. Windows color (decimal): -14083398 or 12196393. OLE color: 12196393.

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

Color convert

RGB 41 26 186 -
CMYK 0.78 0.86 0 0.27
HSL 245.63º 0.75% 0.42% -
HSV(B) 245.63º 0.86% 0.73% -
XYZ 10.15 4.76 46.84 -
YUV 48.73 205.47 122.49 -
System Red Green Blue C M Y K H S L
Decimal 41 26 186 0.78 0.86 0 0.27 245.63 0.75 0.42
Hex 29 1A BA 4E 56 0 1B F6 4B 2A
Octal 51 32 272 116 126 0 33 366 113 52
Binary 101001 11010 10111010 1001110 1010110 0 11011 11110110 1001011 101010

Color Harmonies of #291ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291ABA

Black with #291ABA

Text Example


Text Example

White with #291ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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