Html Css Color HEX #291FD3 Persian Blue

📋 copy color: '#291FD3'

red 41 ◦ green 31 ◦ blue 211

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

Shades of Persian Blue #291FD3

Tints of Persian Blue #291FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 74.56%

R = 14.49%
G = 10.95%
B = 74.56%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#291FD3 (or 0x291FD3) is known color: Persian Blue. HEX triplet: 29, 1F and D3. RGB value is (41,31,211). Sum of RGB (Red+Green+Blue) = 41+31+211=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 211 (82.81% from 255 or 74.56% from 283); Max value from RGB is 211 - color contains mainly: blue. Hex color #291FD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FD3 is #D6E02C. Grayscale: #353535. Windows color (decimal): -14082093 or 13836073. OLE color: 13836073.

HSL color Cylindrical-coordinate representation of color #291FD3: hue angle of 243.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291FD3 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 41 31 211 -
CMYK 0.81 0.85 0 0.17
HSL 243.33º 0.74% 0.47% -
HSV(B) 243.33º 0.85% 0.83% -
XYZ 13.16 6.15 62.12 -
YUV 54.51 216.31 118.36 -
System Red Green Blue C M Y K H S L
Decimal 41 31 211 0.81 0.85 0 0.17 243.33 0.74 0.47
Hex 29 1F D3 51 55 0 11 F3 4A 2F
Octal 51 37 323 121 125 0 21 363 112 57
Binary 101001 11111 11010011 1010001 1010101 0 10001 11110011 1001010 101111

Color Harmonies of #291FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FD3

Black with #291FD3

Text Example


Text Example

White with #291FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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