Html Css Color HEX #291CBA Persian Blue

📋 copy color: '#291CBA'

red 41 ◦ green 28 ◦ blue 186

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

Shades of Persian Blue #291CBA

Tints of Persian Blue #291CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

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

R = 16.08%
G = 10.98%
B = 72.94%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#291CBA (or 0x291CBA) is known color: Persian Blue. HEX triplet: 29, 1C and BA. RGB value is (41,28,186). Sum of RGB (Red+Green+Blue) = 41+28+186=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #291CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CBA is #D6E345. Grayscale: #313131. Windows color (decimal): -14082886 or 12196905. OLE color: 12196905.

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

Color convert

RGB 41 28 186 -
CMYK 0.78 0.85 0 0.27
HSL 244.94º 0.74% 0.42% -
HSV(B) 244.94º 0.85% 0.73% -
XYZ 10.19 4.85 46.85 -
YUV 49.9 204.81 121.65 -
System Red Green Blue C M Y K H S L
Decimal 41 28 186 0.78 0.85 0 0.27 244.94 0.74 0.42
Hex 29 1C BA 4E 55 0 1B F5 4A 2A
Octal 51 34 272 116 125 0 33 365 112 52
Binary 101001 11100 10111010 1001110 1010101 0 11011 11110101 1001010 101010

Color Harmonies of #291CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291CBA

Black with #291CBA

Text Example


Text Example

White with #291CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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