Html Css Color HEX #291FCE Persian Blue

📋 copy color: '#291FCE'

red 41 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #291FCE

Tints of Persian Blue #291FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.1%

R = 14.75%
G = 11.15%
B = 74.1%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#291FCE (or 0x291FCE) is known color: Persian Blue. HEX triplet: 29, 1F and CE. RGB value is (41,31,206). Sum of RGB (Red+Green+Blue) = 41+31+206=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #291FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FCE is #D6E031. Grayscale: #353535. Windows color (decimal): -14082098 or 13508393. OLE color: 13508393.

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

Color convert

RGB 41 31 206 -
CMYK 0.80 0.85 0 0.19
HSL 243.43º 0.74% 0.46% -
HSV(B) 243.43º 0.85% 0.81% -
XYZ 12.55 5.91 58.87 -
YUV 53.94 213.81 118.77 -
System Red Green Blue C M Y K H S L
Decimal 41 31 206 0.80 0.85 0 0.19 243.43 0.74 0.46
Hex 29 1F CE 50 55 0 13 F3 4A 2E
Octal 51 37 316 120 125 0 23 363 112 56
Binary 101001 11111 11001110 1010000 1010101 0 10011 11110011 1001010 101110

Color Harmonies of #291FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FCE

Black with #291FCE

Text Example


Text Example

White with #291FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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