Html Css Color HEX #291FC9 Persian Blue

📋 copy color: '#291FC9'

red 41 ◦ green 31 ◦ blue 201

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

Shades of Persian Blue #291FC9

Tints of Persian Blue #291FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 73.63%

R = 15.02%
G = 11.36%
B = 73.63%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#291FC9 (or 0x291FC9) is known color: Persian Blue. HEX triplet: 29, 1F and C9. RGB value is (41,31,201). Sum of RGB (Red+Green+Blue) = 41+31+201=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #291FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FC9 is #D6E036. Grayscale: #343434. Windows color (decimal): -14082103 or 13180713. OLE color: 13180713.

HSL color Cylindrical-coordinate representation of color #291FC9: hue angle of 243.53º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291FC9 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 31 201 -
CMYK 0.80 0.85 0 0.21
HSL 243.53º 0.73% 0.45% -
HSV(B) 243.53º 0.85% 0.79% -
XYZ 11.95 5.67 55.72 -
YUV 53.37 211.31 119.18 -
System Red Green Blue C M Y K H S L
Decimal 41 31 201 0.80 0.85 0 0.21 243.53 0.73 0.45
Hex 29 1F C9 50 55 0 15 F4 49 2D
Octal 51 37 311 120 125 0 25 364 111 55
Binary 101001 11111 11001001 1010000 1010101 0 10101 11110100 1001001 101101

Color Harmonies of #291FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FC9

Black with #291FC9

Text Example


Text Example

White with #291FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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