Html Css Color HEX #291BDA Persian Blue

📋 copy color: '#291BDA'

red 41 ◦ green 27 ◦ blue 218

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

Shades of Persian Blue #291BDA

Tints of Persian Blue #291BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 76.22%

R = 14.34%
G = 9.44%
B = 76.22%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#291BDA (or 0x291BDA) is known color: Persian Blue. HEX triplet: 29, 1B and DA. RGB value is (41,27,218). Sum of RGB (Red+Green+Blue) = 41+27+218=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #291BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291BDA is #D6E425. Grayscale: #343434. Windows color (decimal): -14083110 or 14293801. OLE color: 14293801.

HSL color Cylindrical-coordinate representation of color #291BDA: hue angle of 244.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291BDA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 27 218 -
CMYK 0.81 0.88 0 0.15
HSL 244.4º 0.78% 0.48% -
HSV(B) 244.4º 0.88% 0.85% -
XYZ 13.96 6.32 66.81 -
YUV 52.96 221.14 119.47 -
System Red Green Blue C M Y K H S L
Decimal 41 27 218 0.81 0.88 0 0.15 244.4 0.78 0.48
Hex 29 1B DA 51 58 0 F F4 4E 30
Octal 51 33 332 121 130 0 17 364 116 60
Binary 101001 11011 11011010 1010001 1011000 0 1111 11110100 1001110 110000

Color Harmonies of #291BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291BDA

Black with #291BDA

Text Example


Text Example

White with #291BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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