Html Css Color HEX #291ACC Persian Blue

📋 copy color: '#291ACC'

red 41 ◦ green 26 ◦ blue 204

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

Shades of Persian Blue #291ACC

Tints of Persian Blue #291ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

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

R = 15.13%
G = 9.59%
B = 75.28%

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

#291ACC (or 0x291ACC) is known color: Persian Blue. HEX triplet: 29, 1A and CC. RGB value is (41,26,204). Sum of RGB (Red+Green+Blue) = 41+26+204=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #291ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ACC is #D6E533. Grayscale: #323232. Windows color (decimal): -14083380 or 13376041. OLE color: 13376041.

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

Color convert

RGB 41 26 204 -
CMYK 0.80 0.87 0 0.2
HSL 245.06º 0.77% 0.45% -
HSV(B) 245.06º 0.87% 0.8% -
XYZ 12.18 5.57 57.56 -
YUV 50.78 214.47 121.03 -
System Red Green Blue C M Y K H S L
Decimal 41 26 204 0.80 0.87 0 0.2 245.06 0.77 0.45
Hex 29 1A CC 50 57 0 14 F5 4D 2D
Octal 51 32 314 120 127 0 24 365 115 55
Binary 101001 11010 11001100 1010000 1010111 0 10100 11110101 1001101 101101

Color Harmonies of #291ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291ACC

Black with #291ACC

Text Example


Text Example

White with #291ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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