Html Css Color HEX #291ABD Persian Blue

📋 copy color: '#291ABD'

red 41 ◦ green 26 ◦ blue 189

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

Shades of Persian Blue #291ABD

Tints of Persian Blue #291ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 73.83%

R = 16.02%
G = 10.16%
B = 73.83%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#291ABD (or 0x291ABD) is known color: Persian Blue. HEX triplet: 29, 1A and BD. RGB value is (41,26,189). Sum of RGB (Red+Green+Blue) = 41+26+189=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #291ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ABD is #D6E542. Grayscale: #303030. Windows color (decimal): -14083395 or 12393001. OLE color: 12393001.

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

Color convert

RGB 41 26 189 -
CMYK 0.78 0.86 0 0.26
HSL 245.52º 0.76% 0.42% -
HSV(B) 245.52º 0.86% 0.74% -
XYZ 10.47 4.88 48.54 -
YUV 49.07 206.97 122.25 -
System Red Green Blue C M Y K H S L
Decimal 41 26 189 0.78 0.86 0 0.26 245.52 0.76 0.42
Hex 29 1A BD 4E 56 0 1A F6 4C 2A
Octal 51 32 275 116 126 0 32 366 114 52
Binary 101001 11010 10111101 1001110 1010110 0 11010 11110110 1001100 101010

Color Harmonies of #291ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291ABD

Black with #291ABD

Text Example


Text Example

White with #291ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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