Html Css Color HEX #291ABC Persian Blue

📋 copy color: '#291ABC'

red 41 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #291ABC

Tints of Persian Blue #291ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 16.08%
G = 10.2%
B = 73.73%

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

#291ABC (or 0x291ABC) is known color: Persian Blue. HEX triplet: 29, 1A and BC. RGB value is (41,26,188). Sum of RGB (Red+Green+Blue) = 41+26+188=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #291ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ABC is #D6E543. Grayscale: #303030. Windows color (decimal): -14083396 or 12327465. OLE color: 12327465.

HSL color Cylindrical-coordinate representation of color #291ABC: hue angle of 245.56º 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 #291ABC is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 26 188 -
CMYK 0.78 0.86 0 0.26
HSL 245.56º 0.76% 0.42% -
HSV(B) 245.56º 0.86% 0.74% -
XYZ 10.36 4.84 47.97 -
YUV 48.95 206.47 122.33 -
System Red Green Blue C M Y K H S L
Decimal 41 26 188 0.78 0.86 0 0.26 245.56 0.76 0.42
Hex 29 1A BC 4E 56 0 1A F6 4C 2A
Octal 51 32 274 116 126 0 32 366 114 52
Binary 101001 11010 10111100 1001110 1010110 0 11010 11110110 1001100 101010

Color Harmonies of #291ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291ABC

Black with #291ABC

Text Example


Text Example

White with #291ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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