Html Css Color HEX #2815B8 Persian Blue

📋 copy color: '#2815B8'

red 40 ◦ green 21 ◦ blue 184

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

Shades of Persian Blue #2815B8

Tints of Persian Blue #2815B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 75.1%

R = 16.33%
G = 8.57%
B = 75.1%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2815B8 (or 0x2815B8) is known color: Persian Blue. HEX triplet: 28, 15 and B8. RGB value is (40,21,184). Sum of RGB (Red+Green+Blue) = 40+21+184=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 184 (72.27% from 255 or 75.10% from 245); Max value from RGB is 184 - color contains mainly: blue. Hex color #2815B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815B8 is #D7EA47. Grayscale: #2C2C2C. Windows color (decimal): -14150216 or 12064040. OLE color: 12064040.

HSL color Cylindrical-coordinate representation of color #2815B8: hue angle of 246.99º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2815B8 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 40 21 184 -
CMYK 0.78 0.89 0 0.28
HSL 246.99º 0.8% 0.4% -
HSV(B) 246.99º 0.89% 0.72% -
XYZ 9.79 4.45 45.69 -
YUV 45.26 206.29 124.25 -
System Red Green Blue C M Y K H S L
Decimal 40 21 184 0.78 0.89 0 0.28 246.99 0.8 0.4
Hex 28 15 B8 4E 59 0 1C F7 50 28
Octal 50 25 270 116 131 0 34 367 120 50
Binary 101000 10101 10111000 1001110 1011001 0 11100 11110111 1010000 101000

Color Harmonies of #2815B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815B8

Black with #2815B8

Text Example


Text Example

White with #2815B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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