Html Css Color HEX #2917B9 Persian Blue

📋 copy color: '#2917B9'

red 41 ◦ green 23 ◦ blue 185

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

Shades of Persian Blue #2917B9

Tints of Persian Blue #2917B9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

 BLUE value IS 185 (72.66% from 255) = 74.3%

R = 16.47%
G = 9.24%
B = 74.3%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2917B9 (or 0x2917B9) is known color: Persian Blue. HEX triplet: 29, 17 and B9. RGB value is (41,23,185). Sum of RGB (Red+Green+Blue) = 41+23+185=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 185 (72.66% from 255 or 74.30% from 249); Max value from RGB is 185 - color contains mainly: blue. Hex color #2917B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917B9 is #D6E846. Grayscale: #2E2E2E. Windows color (decimal): -14084167 or 12130089. OLE color: 12130089.

HSL color Cylindrical-coordinate representation of color #2917B9: hue angle of 246.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2917B9 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 23 185 -
CMYK 0.78 0.88 0 0.27
HSL 246.67º 0.78% 0.41% -
HSV(B) 246.67º 0.88% 0.73% -
XYZ 9.98 4.59 46.26 -
YUV 46.85 205.96 123.83 -
System Red Green Blue C M Y K H S L
Decimal 41 23 185 0.78 0.88 0 0.27 246.67 0.78 0.41
Hex 29 17 B9 4E 58 0 1B F7 4E 29
Octal 51 27 271 116 130 0 33 367 116 51
Binary 101001 10111 10111001 1001110 1011000 0 11011 11110111 1001110 101001

Color Harmonies of #2917B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2917B9

Black with #2917B9

Text Example


Text Example

White with #2917B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2917B9; }

 p { color: rgb(41,23,185); }

 H1.HeaderClassName
 {
   color: #2917B9;
 }
 .AnyTagClassName
 {
   color: #2917B9;
 }
</style>

background-color css

<style>
 a { background-color: #2917B9; }

 a { background-color: rgb(41,23,185); }

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

border-color css

<style>
 span { border-color: #2917B9; }

 span { border-color: rgb(41,23,185); }

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