Html Css Color HEX #291EBA Persian Blue

📋 copy color: '#291EBA'

red 41 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #291EBA

Tints of Persian Blue #291EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

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

R = 15.95%
G = 11.67%
B = 72.37%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#291EBA (or 0x291EBA) is known color: Persian Blue. HEX triplet: 29, 1E and BA. RGB value is (41,30,186). Sum of RGB (Red+Green+Blue) = 41+30+186=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #291EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291EBA is #D6E145. Grayscale: #323232. Windows color (decimal): -14082374 or 12197417. OLE color: 12197417.

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

Color convert

RGB 41 30 186 -
CMYK 0.78 0.84 0 0.27
HSL 244.23º 0.72% 0.42% -
HSV(B) 244.23º 0.84% 0.73% -
XYZ 10.24 4.95 46.87 -
YUV 51.07 204.14 120.82 -
System Red Green Blue C M Y K H S L
Decimal 41 30 186 0.78 0.84 0 0.27 244.23 0.72 0.42
Hex 29 1E BA 4E 54 0 1B F4 48 2A
Octal 51 36 272 116 124 0 33 364 110 52
Binary 101001 11110 10111010 1001110 1010100 0 11011 11110100 1001000 101010

Color Harmonies of #291EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291EBA

Black with #291EBA

Text Example


Text Example

White with #291EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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