Html Css Color HEX #2815BB Persian Blue

📋 copy color: '#2815BB'

red 40 ◦ green 21 ◦ blue 187

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

Shades of Persian Blue #2815BB

Tints of Persian Blue #2815BB

RGB

 RED value IS 40 (16.02% from 255) = 16.13%

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

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

R = 16.13%
G = 8.47%
B = 75.4%

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

#2815BB (or 0x2815BB) is known color: Persian Blue. HEX triplet: 28, 15 and BB. RGB value is (40,21,187). Sum of RGB (Red+Green+Blue) = 40+21+187=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #2815BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815BB is #D7EA44. Grayscale: #2C2C2C. Windows color (decimal): -14150213 or 12260648. OLE color: 12260648.

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

Color convert

RGB 40 21 187 -
CMYK 0.79 0.89 0 0.27
HSL 246.87º 0.8% 0.41% -
HSV(B) 246.87º 0.89% 0.73% -
XYZ 10.11 4.58 47.36 -
YUV 45.61 207.79 124 -
System Red Green Blue C M Y K H S L
Decimal 40 21 187 0.79 0.89 0 0.27 246.87 0.8 0.41
Hex 28 15 BB 4F 59 0 1B F7 50 29
Octal 50 25 273 117 131 0 33 367 120 51
Binary 101000 10101 10111011 1001111 1011001 0 11011 11110111 1010000 101001

Color Harmonies of #2815BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815BB

Black with #2815BB

Text Example


Text Example

White with #2815BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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