Html Css Color HEX #2717BC Persian Blue

📋 copy color: '#2717BC'

red 39 ◦ green 23 ◦ blue 188

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

Shades of Persian Blue #2717BC

Tints of Persian Blue #2717BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.2%

R = 15.6%
G = 9.2%
B = 75.2%

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

#2717BC (or 0x2717BC) is known color: Persian Blue. HEX triplet: 27, 17 and BC. RGB value is (39,23,188). Sum of RGB (Red+Green+Blue) = 39+23+188=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #2717BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2717BC is #D8E843. Grayscale: #2D2D2D. Windows color (decimal): -14215236 or 12326695. OLE color: 12326695.

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

Color convert

RGB 39 23 188 -
CMYK 0.79 0.88 0 0.26
HSL 245.82º 0.78% 0.41% -
HSV(B) 245.82º 0.88% 0.74% -
XYZ 10.22 4.67 47.94 -
YUV 46.59 207.8 122.58 -
System Red Green Blue C M Y K H S L
Decimal 39 23 188 0.79 0.88 0 0.26 245.82 0.78 0.41
Hex 27 17 BC 4F 58 0 1A F6 4E 29
Octal 47 27 274 117 130 0 32 366 116 51
Binary 100111 10111 10111100 1001111 1011000 0 11010 11110110 1001110 101001

Color Harmonies of #2717BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2717BC

Black with #2717BC

Text Example


Text Example

White with #2717BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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