Html Css Color HEX #291CCA Persian Blue

📋 copy color: '#291CCA'

red 41 ◦ green 28 ◦ blue 202

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

Shades of Persian Blue #291CCA

Tints of Persian Blue #291CCA

RGB

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

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

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

R = 15.13%
G = 10.33%
B = 74.54%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#291CCA (or 0x291CCA) is known color: Persian Blue. HEX triplet: 29, 1C and CA. RGB value is (41,28,202). Sum of RGB (Red+Green+Blue) = 41+28+202=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #291CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CCA is #D6E335. Grayscale: #333333. Windows color (decimal): -14082870 or 13245481. OLE color: 13245481.

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

Color convert

RGB 41 28 202 -
CMYK 0.80 0.86 0 0.21
HSL 244.48º 0.76% 0.45% -
HSV(B) 244.48º 0.86% 0.79% -
XYZ 11.99 5.57 56.32 -
YUV 51.72 212.81 120.35 -
System Red Green Blue C M Y K H S L
Decimal 41 28 202 0.80 0.86 0 0.21 244.48 0.76 0.45
Hex 29 1C CA 50 56 0 15 F4 4C 2D
Octal 51 34 312 120 126 0 25 364 114 55
Binary 101001 11100 11001010 1010000 1010110 0 10101 11110100 1001100 101101

Color Harmonies of #291CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291CCA

Black with #291CCA

Text Example


Text Example

White with #291CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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