Html Css Color HEX #291FB2 Persian Blue

📋 copy color: '#291FB2'

red 41 ◦ green 31 ◦ blue 178

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

Shades of Persian Blue #291FB2

Tints of Persian Blue #291FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

 BLUE value IS 178 (69.92% from 255) = 71.2%

R = 16.4%
G = 12.4%
B = 71.2%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#291FB2 (or 0x291FB2) is known color: Persian Blue. HEX triplet: 29, 1F and B2. RGB value is (41,31,178). Sum of RGB (Red+Green+Blue) = 41+31+178=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #291FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291FB2 is #D6E04D. Grayscale: #323232. Windows color (decimal): -14082126 or 11673385. OLE color: 11673385.

HSL color Cylindrical-coordinate representation of color #291FB2: hue angle of 244.08º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291FB2 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 31 178 -
CMYK 0.77 0.83 0 0.30
HSL 244.08º 0.7% 0.41% -
HSV(B) 244.08º 0.83% 0.7% -
XYZ 9.44 4.67 42.52 -
YUV 50.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 41 31 178 0.77 0.83 0 0.30 244.08 0.7 0.41
Hex 29 1F B2 4D 53 0 1E F4 46 29
Octal 51 37 262 115 123 0 36 364 106 51
Binary 101001 11111 10110010 1001101 1010011 0 11110 11110100 1000110 101001

Color Harmonies of #291FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FB2

Black with #291FB2

Text Example


Text Example

White with #291FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,31,178); }

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

background-color css

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

 a { background-color: rgb(41,31,178); }

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

border-color css

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

 span { border-color: rgb(41,31,178); }

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