Html Css Color HEX #291EDB Persian Blue

📋 copy color: '#291EDB'

red 41 ◦ green 30 ◦ blue 219

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

Shades of Persian Blue #291EDB

Tints of Persian Blue #291EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 75.52%

R = 14.14%
G = 10.34%
B = 75.52%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#291EDB (or 0x291EDB) is known color: Persian Blue. HEX triplet: 29, 1E and DB. RGB value is (41,30,219). Sum of RGB (Red+Green+Blue) = 41+30+219=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #291EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291EDB is #D6E124. Grayscale: #363636. Windows color (decimal): -14082341 or 14360105. OLE color: 14360105.

HSL color Cylindrical-coordinate representation of color #291EDB: hue angle of 243.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291EDB is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 30 219 -
CMYK 0.81 0.86 0 0.14
HSL 243.49º 0.76% 0.49% -
HSV(B) 243.49º 0.86% 0.86% -
XYZ 14.16 6.51 67.53 -
YUV 54.84 220.64 118.13 -
System Red Green Blue C M Y K H S L
Decimal 41 30 219 0.81 0.86 0 0.14 243.49 0.76 0.49
Hex 29 1E DB 51 56 0 E F3 4C 31
Octal 51 36 333 121 126 0 16 363 114 61
Binary 101001 11110 11011011 1010001 1010110 0 1110 11110011 1001100 110001

Color Harmonies of #291EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291EDB

Black with #291EDB

Text Example


Text Example

White with #291EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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