Html Css Color HEX #291FDA Persian Blue

📋 copy color: '#291FDA'

red 41 ◦ green 31 ◦ blue 218

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

Shades of Persian Blue #291FDA

Tints of Persian Blue #291FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 218 (85.55% from 255) = 75.17%

R = 14.14%
G = 10.69%
B = 75.17%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#291FDA (or 0x291FDA) is known color: Persian Blue. HEX triplet: 29, 1F and DA. RGB value is (41,31,218). Sum of RGB (Red+Green+Blue) = 41+31+218=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #291FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FDA is #D6E025. Grayscale: #363636. Windows color (decimal): -14082086 or 14294825. OLE color: 14294825.

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

Color convert

RGB 41 31 218 -
CMYK 0.81 0.86 0 0.15
HSL 243.21º 0.75% 0.49% -
HSV(B) 243.21º 0.86% 0.85% -
XYZ 14.06 6.51 66.85 -
YUV 55.31 219.81 117.79 -
System Red Green Blue C M Y K H S L
Decimal 41 31 218 0.81 0.86 0 0.15 243.21 0.75 0.49
Hex 29 1F DA 51 56 0 F F3 4B 31
Octal 51 37 332 121 126 0 17 363 113 61
Binary 101001 11111 11011010 1010001 1010110 0 1111 11110011 1001011 110001

Color Harmonies of #291FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FDA

Black with #291FDA

Text Example


Text Example

White with #291FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,31,218); }

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

background-color css

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

 a { background-color: rgb(41,31,218); }

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

border-color css

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

 span { border-color: rgb(41,31,218); }

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