Html Css Color HEX #2715BA Persian Blue

📋 copy color: '#2715BA'

red 39 ◦ green 21 ◦ blue 186

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

Shades of Persian Blue #2715BA

Tints of Persian Blue #2715BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.61%

R = 15.85%
G = 8.54%
B = 75.61%

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

#2715BA (or 0x2715BA) is known color: Persian Blue. HEX triplet: 27, 15 and BA. RGB value is (39,21,186). Sum of RGB (Red+Green+Blue) = 39+21+186=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #2715BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715BA is #D8EA45. Grayscale: #2C2C2C. Windows color (decimal): -14215750 or 12195111. OLE color: 12195111.

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

Color convert

RGB 39 21 186 -
CMYK 0.79 0.89 0 0.27
HSL 246.55º 0.8% 0.41% -
HSV(B) 246.55º 0.89% 0.73% -
XYZ 9.97 4.51 46.8 -
YUV 45.19 207.46 123.58 -
System Red Green Blue C M Y K H S L
Decimal 39 21 186 0.79 0.89 0 0.27 246.55 0.8 0.41
Hex 27 15 BA 4F 59 0 1B F7 50 29
Octal 47 25 272 117 131 0 33 367 120 51
Binary 100111 10101 10111010 1001111 1011001 0 11011 11110111 1010000 101001

Color Harmonies of #2715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2715BA

Black with #2715BA

Text Example


Text Example

White with #2715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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