Html Css Color HEX #291BCC Persian Blue

📋 copy color: '#291BCC'

red 41 ◦ green 27 ◦ blue 204

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

Shades of Persian Blue #291BCC

Tints of Persian Blue #291BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.93%

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

R = 15.07%
G = 9.93%
B = 75%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#291BCC (or 0x291BCC) is known color: Persian Blue. HEX triplet: 29, 1B and CC. RGB value is (41,27,204). Sum of RGB (Red+Green+Blue) = 41+27+204=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #291BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291BCC is #D6E433. Grayscale: #323232. Windows color (decimal): -14083124 or 13376297. OLE color: 13376297.

HSL color Cylindrical-coordinate representation of color #291BCC: hue angle of 244.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291BCC is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 27 204 -
CMYK 0.80 0.87 0 0.2
HSL 244.75º 0.77% 0.45% -
HSV(B) 244.75º 0.87% 0.8% -
XYZ 12.21 5.61 57.57 -
YUV 51.36 214.14 120.61 -
System Red Green Blue C M Y K H S L
Decimal 41 27 204 0.80 0.87 0 0.2 244.75 0.77 0.45
Hex 29 1B CC 50 57 0 14 F5 4D 2D
Octal 51 33 314 120 127 0 24 365 115 55
Binary 101001 11011 11001100 1010000 1010111 0 10100 11110101 1001101 101101

Color Harmonies of #291BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291BCC

Black with #291BCC

Text Example


Text Example

White with #291BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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