Html Css Color HEX #2715BB Persian Blue

📋 copy color: '#2715BB'

red 39 ◦ green 21 ◦ blue 187

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

Shades of Persian Blue #2715BB

Tints of Persian Blue #2715BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 15.79%
G = 8.5%
B = 75.71%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2715BB (or 0x2715BB) is known color: Persian Blue. HEX triplet: 27, 15 and BB. RGB value is (39,21,187). Sum of RGB (Red+Green+Blue) = 39+21+187=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #2715BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715BB is #D8EA44. Grayscale: #2C2C2C. Windows color (decimal): -14215749 or 12260647. OLE color: 12260647.

HSL color Cylindrical-coordinate representation of color #2715BB: hue angle of 246.51º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2715BB is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 21 187 -
CMYK 0.79 0.89 0 0.27
HSL 246.51º 0.8% 0.41% -
HSV(B) 246.51º 0.89% 0.73% -
XYZ 10.07 4.56 47.36 -
YUV 45.31 207.96 123.5 -
System Red Green Blue C M Y K H S L
Decimal 39 21 187 0.79 0.89 0 0.27 246.51 0.8 0.41
Hex 27 15 BB 4F 59 0 1B F7 50 29
Octal 47 25 273 117 131 0 33 367 120 51
Binary 100111 10101 10111011 1001111 1011001 0 11011 11110111 1010000 101001

Color Harmonies of #2715BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2715BB

Black with #2715BB

Text Example


Text Example

White with #2715BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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