Html Css Color HEX #2717BB Persian Blue

📋 copy color: '#2717BB'

red 39 ◦ green 23 ◦ blue 187

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

Shades of Persian Blue #2717BB

Tints of Persian Blue #2717BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 15.66%
G = 9.24%
B = 75.1%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2717BB (or 0x2717BB) is known color: Persian Blue. HEX triplet: 27, 17 and BB. RGB value is (39,23,187). Sum of RGB (Red+Green+Blue) = 39+23+187=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #2717BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2717BB is #D8E844. Grayscale: #2D2D2D. Windows color (decimal): -14215237 or 12261159. OLE color: 12261159.

HSL color Cylindrical-coordinate representation of color #2717BB: hue angle of 245.85º 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 #2717BB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 23 187 -
CMYK 0.79 0.88 0 0.27
HSL 245.85º 0.78% 0.41% -
HSV(B) 245.85º 0.88% 0.73% -
XYZ 10.11 4.63 47.37 -
YUV 46.48 207.3 122.66 -
System Red Green Blue C M Y K H S L
Decimal 39 23 187 0.79 0.88 0 0.27 245.85 0.78 0.41
Hex 27 17 BB 4F 58 0 1B F6 4E 29
Octal 47 27 273 117 130 0 33 366 116 51
Binary 100111 10111 10111011 1001111 1011000 0 11011 11110110 1001110 101001

Color Harmonies of #2717BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2717BB

Black with #2717BB

Text Example


Text Example

White with #2717BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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