Html Css Color HEX #291ECD Persian Blue

📋 copy color: '#291ECD'

red 41 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #291ECD

Tints of Persian Blue #291ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.87%

 BLUE value IS 205 (80.47% from 255) = 74.28%

R = 14.86%
G = 10.87%
B = 74.28%

CMYK

 C value IS 0.8

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#291ECD (or 0x291ECD) is known color: Persian Blue. HEX triplet: 29, 1E and CD. RGB value is (41,30,205). Sum of RGB (Red+Green+Blue) = 41+30+205=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #291ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ECD is #D6E132. Grayscale: #343434. Windows color (decimal): -14082355 or 13442601. OLE color: 13442601.

HSL color Cylindrical-coordinate representation of color #291ECD: hue angle of 243.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291ECD is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 30 205 -
CMYK 0.8 0.85 0 0.20
HSL 243.77º 0.74% 0.46% -
HSV(B) 243.77º 0.85% 0.8% -
XYZ 12.4 5.81 58.23 -
YUV 53.24 213.64 119.27 -
System Red Green Blue C M Y K H S L
Decimal 41 30 205 0.8 0.85 0 0.20 243.77 0.74 0.46
Hex 29 1E CD 50 55 0 14 F4 4A 2E
Octal 51 36 315 120 125 0 24 364 112 56
Binary 101001 11110 11001101 1010000 1010101 0 10100 11110100 1001010 101110

Color Harmonies of #291ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291ECD

Black with #291ECD

Text Example


Text Example

White with #291ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,30,205); }

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

background-color css

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

 a { background-color: rgb(41,30,205); }

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

border-color css

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

 span { border-color: rgb(41,30,205); }

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