Html Css Color HEX #291ECA Persian Blue

📋 copy color: '#291ECA'

red 41 ◦ green 30 ◦ blue 202

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

Shades of Persian Blue #291ECA

Tints of Persian Blue #291ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 73.99%

R = 15.02%
G = 10.99%
B = 73.99%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#291ECA (or 0x291ECA) is known color: Persian Blue. HEX triplet: 29, 1E and CA. RGB value is (41,30,202). Sum of RGB (Red+Green+Blue) = 41+30+202=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #291ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ECA is #D6E135. Grayscale: #343434. Windows color (decimal): -14082358 or 13245993. OLE color: 13245993.

HSL color Cylindrical-coordinate representation of color #291ECA: hue angle of 243.84º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291ECA is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 30 202 -
CMYK 0.80 0.85 0 0.21
HSL 243.84º 0.74% 0.45% -
HSV(B) 243.84º 0.85% 0.79% -
XYZ 12.04 5.66 56.34 -
YUV 52.9 212.14 119.51 -
System Red Green Blue C M Y K H S L
Decimal 41 30 202 0.80 0.85 0 0.21 243.84 0.74 0.45
Hex 29 1E CA 50 55 0 15 F4 4A 2D
Octal 51 36 312 120 125 0 25 364 112 55
Binary 101001 11110 11001010 1010000 1010101 0 10101 11110100 1001010 101101

Color Harmonies of #291ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291ECA

Black with #291ECA

Text Example


Text Example

White with #291ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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