Html Css Color HEX #2815BF Persian Blue

📋 copy color: '#2815BF'

red 40 ◦ green 21 ◦ blue 191

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

Shades of Persian Blue #2815BF

Tints of Persian Blue #2815BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.79%

R = 15.87%
G = 8.33%
B = 75.79%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2815BF (or 0x2815BF) is known color: Persian Blue. HEX triplet: 28, 15 and BF. RGB value is (40,21,191). Sum of RGB (Red+Green+Blue) = 40+21+191=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #2815BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815BF is #D7EA40. Grayscale: #2D2D2D. Windows color (decimal): -14150209 or 12522792. OLE color: 12522792.

HSL color Cylindrical-coordinate representation of color #2815BF: hue angle of 246.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2815BF is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 21 191 -
CMYK 0.79 0.89 0 0.25
HSL 246.71º 0.8% 0.42% -
HSV(B) 246.71º 0.89% 0.75% -
XYZ 10.55 4.75 49.65 -
YUV 46.06 209.79 123.68 -
System Red Green Blue C M Y K H S L
Decimal 40 21 191 0.79 0.89 0 0.25 246.71 0.8 0.42
Hex 28 15 BF 4F 59 0 19 F7 50 2A
Octal 50 25 277 117 131 0 31 367 120 52
Binary 101000 10101 10111111 1001111 1011001 0 11001 11110111 1010000 101010

Color Harmonies of #2815BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815BF

Black with #2815BF

Text Example


Text Example

White with #2815BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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