Html Css Color HEX #2717BD Persian Blue

📋 copy color: '#2717BD'

red 39 ◦ green 23 ◦ blue 189

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

Shades of Persian Blue #2717BD

Tints of Persian Blue #2717BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.3%

R = 15.54%
G = 9.16%
B = 75.3%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2717BD (or 0x2717BD) is known color: Persian Blue. HEX triplet: 27, 17 and BD. RGB value is (39,23,189). Sum of RGB (Red+Green+Blue) = 39+23+189=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #2717BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2717BD is #D8E842. Grayscale: #2E2E2E. Windows color (decimal): -14215235 or 12392231. OLE color: 12392231.

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

Color convert

RGB 39 23 189 -
CMYK 0.79 0.88 0 0.26
HSL 245.78º 0.78% 0.42% -
HSV(B) 245.78º 0.88% 0.74% -
XYZ 10.33 4.72 48.51 -
YUV 46.71 208.3 122.5 -
System Red Green Blue C M Y K H S L
Decimal 39 23 189 0.79 0.88 0 0.26 245.78 0.78 0.42
Hex 27 17 BD 4F 58 0 1A F6 4E 2A
Octal 47 27 275 117 130 0 32 366 116 52
Binary 100111 10111 10111101 1001111 1011000 0 11010 11110110 1001110 101010

Color Harmonies of #2717BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2717BD

Black with #2717BD

Text Example


Text Example

White with #2717BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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