Html Css Color HEX #291CDA Persian Blue

📋 copy color: '#291CDA'

red 41 ◦ green 28 ◦ blue 218

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

Shades of Persian Blue #291CDA

Tints of Persian Blue #291CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.76%

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

R = 14.29%
G = 9.76%
B = 75.96%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#291CDA (or 0x291CDA) is known color: Persian Blue. HEX triplet: 29, 1C and DA. RGB value is (41,28,218). Sum of RGB (Red+Green+Blue) = 41+28+218=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #291CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CDA is #D6E325. Grayscale: #343434. Windows color (decimal): -14082854 or 14294057. OLE color: 14294057.

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

Color convert

RGB 41 28 218 -
CMYK 0.81 0.87 0 0.15
HSL 244.11º 0.77% 0.48% -
HSV(B) 244.11º 0.87% 0.85% -
XYZ 13.98 6.36 66.82 -
YUV 53.55 220.81 119.05 -
System Red Green Blue C M Y K H S L
Decimal 41 28 218 0.81 0.87 0 0.15 244.11 0.77 0.48
Hex 29 1C DA 51 57 0 F F4 4D 30
Octal 51 34 332 121 127 0 17 364 115 60
Binary 101001 11100 11011010 1010001 1010111 0 1111 11110100 1001101 110000

Color Harmonies of #291CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291CDA

Black with #291CDA

Text Example


Text Example

White with #291CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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