Html Css Color HEX #291CBC Persian Blue

📋 copy color: '#291CBC'

red 41 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #291CBC

Tints of Persian Blue #291CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 15.95%
G = 10.89%
B = 73.15%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#291CBC (or 0x291CBC) is known color: Persian Blue. HEX triplet: 29, 1C and BC. RGB value is (41,28,188). Sum of RGB (Red+Green+Blue) = 41+28+188=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #291CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CBC is #D6E343. Grayscale: #313131. Windows color (decimal): -14082884 or 12327977. OLE color: 12327977.

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

Color convert

RGB 41 28 188 -
CMYK 0.78 0.85 0 0.26
HSL 244.88º 0.74% 0.42% -
HSV(B) 244.88º 0.85% 0.74% -
XYZ 10.41 4.93 47.98 -
YUV 50.13 205.81 121.49 -
System Red Green Blue C M Y K H S L
Decimal 41 28 188 0.78 0.85 0 0.26 244.88 0.74 0.42
Hex 29 1C BC 4E 55 0 1A F5 4A 2A
Octal 51 34 274 116 125 0 32 365 112 52
Binary 101001 11100 10111100 1001110 1010101 0 11010 11110101 1001010 101010

Color Harmonies of #291CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291CBC

Black with #291CBC

Text Example


Text Example

White with #291CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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