Html Css Color HEX #291FCC Persian Blue

📋 copy color: '#291FCC'

red 41 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #291FCC

Tints of Persian Blue #291FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.91%

R = 14.86%
G = 11.23%
B = 73.91%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#291FCC (or 0x291FCC) is known color: Persian Blue. HEX triplet: 29, 1F and CC. RGB value is (41,31,204). Sum of RGB (Red+Green+Blue) = 41+31+204=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #291FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FCC is #D6E033. Grayscale: #353535. Windows color (decimal): -14082100 or 13377321. OLE color: 13377321.

HSL color Cylindrical-coordinate representation of color #291FCC: hue angle of 243.47º 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 #291FCC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 31 204 -
CMYK 0.80 0.85 0 0.2
HSL 243.47º 0.74% 0.46% -
HSV(B) 243.47º 0.85% 0.8% -
XYZ 12.3 5.81 57.6 -
YUV 53.71 212.81 118.93 -
System Red Green Blue C M Y K H S L
Decimal 41 31 204 0.80 0.85 0 0.2 243.47 0.74 0.46
Hex 29 1F CC 50 55 0 14 F3 4A 2E
Octal 51 37 314 120 125 0 24 363 112 56
Binary 101001 11111 11001100 1010000 1010101 0 10100 11110011 1001010 101110

Color Harmonies of #291FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FCC

Black with #291FCC

Text Example


Text Example

White with #291FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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