Html Css Color HEX #2917CD Persian Blue

📋 copy color: '#2917CD'

red 41 ◦ green 23 ◦ blue 205

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

Shades of Persian Blue #2917CD

Tints of Persian Blue #2917CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 15.24%
G = 8.55%
B = 76.21%

CMYK

 C value IS 0.8

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2917CD (or 0x2917CD) is known color: Persian Blue. HEX triplet: 29, 17 and CD. RGB value is (41,23,205). Sum of RGB (Red+Green+Blue) = 41+23+205=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #2917CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917CD is #D6E832. Grayscale: #303030. Windows color (decimal): -14084147 or 13440809. OLE color: 13440809.

HSL color Cylindrical-coordinate representation of color #2917CD: hue angle of 245.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2917CD is Cyan = 0.8, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 23 205 -
CMYK 0.8 0.89 0 0.20
HSL 245.93º 0.8% 0.45% -
HSV(B) 245.93º 0.89% 0.8% -
XYZ 12.24 5.49 58.17 -
YUV 49.13 215.96 122.2 -
System Red Green Blue C M Y K H S L
Decimal 41 23 205 0.8 0.89 0 0.20 245.93 0.8 0.45
Hex 29 17 CD 50 59 0 14 F6 50 2D
Octal 51 27 315 120 131 0 24 366 120 55
Binary 101001 10111 11001101 1010000 1011001 0 10100 11110110 1010000 101101

Color Harmonies of #2917CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2917CD

Black with #2917CD

Text Example


Text Example

White with #2917CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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