Html Css Color HEX #291DD2 Persian Blue

📋 copy color: '#291DD2'

red 41 ◦ green 29 ◦ blue 210

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

Shades of Persian Blue #291DD2

Tints of Persian Blue #291DD2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.36%

 BLUE value IS 210 (82.42% from 255) = 75%

R = 14.64%
G = 10.36%
B = 75%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#291DD2 (or 0x291DD2) is known color: Persian Blue. HEX triplet: 29, 1D and D2. RGB value is (41,29,210). Sum of RGB (Red+Green+Blue) = 41+29+210=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 210 (82.42% from 255 or 75% from 280); Max value from RGB is 210 - color contains mainly: blue. Hex color #291DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DD2 is #D6E22D. Grayscale: #343434. Windows color (decimal): -14082606 or 13770025. OLE color: 13770025.

HSL color Cylindrical-coordinate representation of color #291DD2: hue angle of 243.98º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291DD2 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 29 210 -
CMYK 0.80 0.86 0 0.18
HSL 243.98º 0.76% 0.47% -
HSV(B) 243.98º 0.86% 0.82% -
XYZ 12.99 6 61.45 -
YUV 53.22 216.48 119.28 -
System Red Green Blue C M Y K H S L
Decimal 41 29 210 0.80 0.86 0 0.18 243.98 0.76 0.47
Hex 29 1D D2 50 56 0 12 F4 4C 2F
Octal 51 35 322 120 126 0 22 364 114 57
Binary 101001 11101 11010010 1010000 1010110 0 10010 11110100 1001100 101111

Color Harmonies of #291DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DD2

Black with #291DD2

Text Example


Text Example

White with #291DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,29,210); }

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

background-color css

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

 a { background-color: rgb(41,29,210); }

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

border-color css

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

 span { border-color: rgb(41,29,210); }

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