Html Css Color HEX #291ECC Persian Blue

📋 copy color: '#291ECC'

red 41 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #291ECC

Tints of Persian Blue #291ECC

RGB

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

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

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

R = 14.91%
G = 10.91%
B = 74.18%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#291ECC (or 0x291ECC) is known color: Persian Blue. HEX triplet: 29, 1E and CC. RGB value is (41,30,204). Sum of RGB (Red+Green+Blue) = 41+30+204=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #291ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ECC is #D6E133. Grayscale: #343434. Windows color (decimal): -14082356 or 13377065. OLE color: 13377065.

HSL color Cylindrical-coordinate representation of color #291ECC: hue angle of 243.79º 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 #291ECC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 30 204 -
CMYK 0.80 0.85 0 0.2
HSL 243.79º 0.74% 0.46% -
HSV(B) 243.79º 0.85% 0.8% -
XYZ 12.28 5.76 57.59 -
YUV 53.13 213.14 119.35 -
System Red Green Blue C M Y K H S L
Decimal 41 30 204 0.80 0.85 0 0.2 243.79 0.74 0.46
Hex 29 1E CC 50 55 0 14 F4 4A 2E
Octal 51 36 314 120 125 0 24 364 112 56
Binary 101001 11110 11001100 1010000 1010101 0 10100 11110100 1001010 101110

Color Harmonies of #291ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291ECC

Black with #291ECC

Text Example


Text Example

White with #291ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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