Html Css Color HEX #291DCC Persian Blue

📋 copy color: '#291DCC'

red 41 ◦ green 29 ◦ blue 204

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

Shades of Persian Blue #291DCC

Tints of Persian Blue #291DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 14.96%
G = 10.58%
B = 74.45%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#291DCC (or 0x291DCC) is known color: Persian Blue. HEX triplet: 29, 1D and CC. RGB value is (41,29,204). Sum of RGB (Red+Green+Blue) = 41+29+204=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #291DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DCC is #D6E233. Grayscale: #333333. Windows color (decimal): -14082612 or 13376809. OLE color: 13376809.

HSL color Cylindrical-coordinate representation of color #291DCC: hue angle of 244.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291DCC is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 29 204 -
CMYK 0.80 0.86 0 0.2
HSL 244.11º 0.75% 0.46% -
HSV(B) 244.11º 0.86% 0.8% -
XYZ 12.25 5.71 57.58 -
YUV 52.54 213.48 119.77 -
System Red Green Blue C M Y K H S L
Decimal 41 29 204 0.80 0.86 0 0.2 244.11 0.75 0.46
Hex 29 1D CC 50 56 0 14 F4 4B 2E
Octal 51 35 314 120 126 0 24 364 113 56
Binary 101001 11101 11001100 1010000 1010110 0 10100 11110100 1001011 101110

Color Harmonies of #291DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DCC

Black with #291DCC

Text Example


Text Example

White with #291DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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