Html Css Color HEX #291EDD Persian Blue

📋 copy color: '#291EDD'

red 41 ◦ green 30 ◦ blue 221

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

Shades of Persian Blue #291EDD

Tints of Persian Blue #291EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 75.68%

R = 14.04%
G = 10.27%
B = 75.68%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#291EDD (or 0x291EDD) is known color: Persian Blue. HEX triplet: 29, 1E and DD. RGB value is (41,30,221). Sum of RGB (Red+Green+Blue) = 41+30+221=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #291EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291EDD is #D6E122. Grayscale: #363636. Windows color (decimal): -14082339 or 14491177. OLE color: 14491177.

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

Color convert

RGB 41 30 221 -
CMYK 0.81 0.86 0 0.13
HSL 243.46º 0.76% 0.49% -
HSV(B) 243.46º 0.86% 0.87% -
XYZ 14.43 6.62 68.92 -
YUV 55.06 221.64 117.97 -
System Red Green Blue C M Y K H S L
Decimal 41 30 221 0.81 0.86 0 0.13 243.46 0.76 0.49
Hex 29 1E DD 51 56 0 D F3 4C 31
Octal 51 36 335 121 126 0 15 363 114 61
Binary 101001 11110 11011101 1010001 1010110 0 1101 11110011 1001100 110001

Color Harmonies of #291EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291EDD

Black with #291EDD

Text Example


Text Example

White with #291EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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