Html Css Color HEX #2815B7 Persian Blue

📋 copy color: '#2815B7'

red 40 ◦ green 21 ◦ blue 183

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

Shades of Persian Blue #2815B7

Tints of Persian Blue #2815B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 75%

R = 16.39%
G = 8.61%
B = 75%

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

#2815B7 (or 0x2815B7) is known color: Persian Blue. HEX triplet: 28, 15 and B7. RGB value is (40,21,183). Sum of RGB (Red+Green+Blue) = 40+21+183=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #2815B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815B7 is #D7EA48. Grayscale: #2C2C2C. Windows color (decimal): -14150217 or 11998504. OLE color: 11998504.

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

Color convert

RGB 40 21 183 -
CMYK 0.78 0.89 0 0.28
HSL 247.04º 0.79% 0.4% -
HSV(B) 247.04º 0.89% 0.72% -
XYZ 9.69 4.41 45.14 -
YUV 45.15 205.79 124.33 -
System Red Green Blue C M Y K H S L
Decimal 40 21 183 0.78 0.89 0 0.28 247.04 0.79 0.4
Hex 28 15 B7 4E 59 0 1C F7 4F 28
Octal 50 25 267 116 131 0 34 367 117 50
Binary 101000 10101 10110111 1001110 1011001 0 11100 11110111 1001111 101000

Color Harmonies of #2815B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815B7

Black with #2815B7

Text Example


Text Example

White with #2815B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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