Html Css Color HEX #291EBC Persian Blue

📋 copy color: '#291EBC'

red 41 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #291EBC

Tints of Persian Blue #291EBC

RGB

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

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

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

R = 15.83%
G = 11.58%
B = 72.59%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#291EBC (or 0x291EBC) is known color: Persian Blue. HEX triplet: 29, 1E and BC. RGB value is (41,30,188). Sum of RGB (Red+Green+Blue) = 41+30+188=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #291EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291EBC is #D6E143. Grayscale: #323232. Windows color (decimal): -14082372 or 12328489. OLE color: 12328489.

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

Color convert

RGB 41 30 188 -
CMYK 0.78 0.84 0 0.26
HSL 244.18º 0.72% 0.43% -
HSV(B) 244.18º 0.84% 0.74% -
XYZ 10.46 5.03 48 -
YUV 51.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 41 30 188 0.78 0.84 0 0.26 244.18 0.72 0.43
Hex 29 1E BC 4E 54 0 1A F4 48 2B
Octal 51 36 274 116 124 0 32 364 110 53
Binary 101001 11110 10111100 1001110 1010100 0 11010 11110100 1001000 101011

Color Harmonies of #291EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291EBC

Black with #291EBC

Text Example


Text Example

White with #291EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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