Html Css Color HEX #2815BA Persian Blue

📋 copy color: '#2815BA'

red 40 ◦ green 21 ◦ blue 186

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

Shades of Persian Blue #2815BA

Tints of Persian Blue #2815BA

RGB

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

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

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

R = 16.19%
G = 8.5%
B = 75.3%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2815BA (or 0x2815BA) is known color: Persian Blue. HEX triplet: 28, 15 and BA. RGB value is (40,21,186). Sum of RGB (Red+Green+Blue) = 40+21+186=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #2815BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815BA is #D7EA45. Grayscale: #2C2C2C. Windows color (decimal): -14150214 or 12195112. OLE color: 12195112.

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

Color convert

RGB 40 21 186 -
CMYK 0.78 0.89 0 0.27
HSL 246.91º 0.8% 0.41% -
HSV(B) 246.91º 0.89% 0.73% -
XYZ 10.01 4.53 46.8 -
YUV 45.49 207.29 124.08 -
System Red Green Blue C M Y K H S L
Decimal 40 21 186 0.78 0.89 0 0.27 246.91 0.8 0.41
Hex 28 15 BA 4E 59 0 1B F7 50 29
Octal 50 25 272 116 131 0 33 367 120 51
Binary 101000 10101 10111010 1001110 1011001 0 11011 11110111 1010000 101001

Color Harmonies of #2815BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815BA

Black with #2815BA

Text Example


Text Example

White with #2815BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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