Html Css Color HEX #291EDF Persian Blue

📋 copy color: '#291EDF'

red 41 ◦ green 30 ◦ blue 223

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

Shades of Persian Blue #291EDF

Tints of Persian Blue #291EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.85%

R = 13.95%
G = 10.2%
B = 75.85%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#291EDF (or 0x291EDF) is known color: Persian Blue. HEX triplet: 29, 1E and DF. RGB value is (41,30,223). Sum of RGB (Red+Green+Blue) = 41+30+223=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #291EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291EDF is #D6E120. Grayscale: #363636. Windows color (decimal): -14082337 or 14622249. OLE color: 14622249.

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

Color convert

RGB 41 30 223 -
CMYK 0.82 0.87 0 0.13
HSL 243.42º 0.76% 0.5% -
HSV(B) 243.42º 0.87% 0.87% -
XYZ 14.7 6.73 70.34 -
YUV 55.29 222.64 117.81 -
System Red Green Blue C M Y K H S L
Decimal 41 30 223 0.82 0.87 0 0.13 243.42 0.76 0.5
Hex 29 1E DF 52 57 0 D F3 4C 32
Octal 51 36 337 122 127 0 15 363 114 62
Binary 101001 11110 11011111 1010010 1010111 0 1101 11110011 1001100 110010

Color Harmonies of #291EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291EDF

Black with #291EDF

Text Example


Text Example

White with #291EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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