Html Css Color HEX #2717C1 Persian Blue

📋 copy color: '#2717C1'

red 39 ◦ green 23 ◦ blue 193

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

Shades of Persian Blue #2717C1

Tints of Persian Blue #2717C1

RGB

 RED value IS 39 (15.63% from 255) = 15.29%

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

 BLUE value IS 193 (75.78% from 255) = 75.69%

R = 15.29%
G = 9.02%
B = 75.69%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2717C1 (or 0x2717C1) is known color: Persian Blue. HEX triplet: 27, 17 and C1. RGB value is (39,23,193). Sum of RGB (Red+Green+Blue) = 39+23+193=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #2717C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2717C1 is #D8E83E. Grayscale: #2E2E2E. Windows color (decimal): -14215231 or 12654375. OLE color: 12654375.

HSL color Cylindrical-coordinate representation of color #2717C1: hue angle of 245.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2717C1 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 23 193 -
CMYK 0.80 0.88 0 0.24
HSL 245.65º 0.79% 0.42% -
HSV(B) 245.65º 0.88% 0.76% -
XYZ 10.77 4.89 50.83 -
YUV 47.16 210.3 122.18 -
System Red Green Blue C M Y K H S L
Decimal 39 23 193 0.80 0.88 0 0.24 245.65 0.79 0.42
Hex 27 17 C1 50 58 0 18 F6 4F 2A
Octal 47 27 301 120 130 0 30 366 117 52
Binary 100111 10111 11000001 1010000 1011000 0 11000 11110110 1001111 101010

Color Harmonies of #2717C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2717C1

Black with #2717C1

Text Example


Text Example

White with #2717C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2717C1; }

 p { color: rgb(39,23,193); }

 H1.HeaderClassName
 {
   color: #2717C1;
 }
 .AnyTagClassName
 {
   color: #2717C1;
 }
</style>

background-color css

<style>
 a { background-color: #2717C1; }

 a { background-color: rgb(39,23,193); }

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

border-color css

<style>
 span { border-color: #2717C1; }

 span { border-color: rgb(39,23,193); }

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