Html Css Color HEX #291FCB Persian Blue

📋 copy color: '#291FCB'

red 41 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #291FCB

Tints of Persian Blue #291FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 73.82%

R = 14.91%
G = 11.27%
B = 73.82%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#291FCB (or 0x291FCB) is known color: Persian Blue. HEX triplet: 29, 1F and CB. RGB value is (41,31,203). Sum of RGB (Red+Green+Blue) = 41+31+203=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #291FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FCB is #D6E034. Grayscale: #343434. Windows color (decimal): -14082101 or 13311785. OLE color: 13311785.

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

Color convert

RGB 41 31 203 -
CMYK 0.80 0.85 0 0.20
HSL 243.49º 0.74% 0.46% -
HSV(B) 243.49º 0.85% 0.8% -
XYZ 12.18 5.76 56.97 -
YUV 53.6 212.31 119.01 -
System Red Green Blue C M Y K H S L
Decimal 41 31 203 0.80 0.85 0 0.20 243.49 0.74 0.46
Hex 29 1F CB 50 55 0 14 F3 4A 2E
Octal 51 37 313 120 125 0 24 363 112 56
Binary 101001 11111 11001011 1010000 1010101 0 10100 11110011 1001010 101110

Color Harmonies of #291FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FCB

Black with #291FCB

Text Example


Text Example

White with #291FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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