Html Css Color HEX #2817BD Persian Blue

📋 copy color: '#2817BD'

red 40 ◦ green 23 ◦ blue 189

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

Shades of Persian Blue #2817BD

Tints of Persian Blue #2817BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 189 (74.22% from 255) = 75%

R = 15.87%
G = 9.13%
B = 75%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2817BD (or 0x2817BD) is known color: Persian Blue. HEX triplet: 28, 17 and BD. RGB value is (40,23,189). Sum of RGB (Red+Green+Blue) = 40+23+189=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #2817BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817BD is #D7E842. Grayscale: #2E2E2E. Windows color (decimal): -14149699 or 12392232. OLE color: 12392232.

HSL color Cylindrical-coordinate representation of color #2817BD: hue angle of 246.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2817BD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 23 189 -
CMYK 0.79 0.88 0 0.26
HSL 246.14º 0.78% 0.42% -
HSV(B) 246.14º 0.88% 0.74% -
XYZ 10.37 4.74 48.51 -
YUV 47.01 208.13 123 -
System Red Green Blue C M Y K H S L
Decimal 40 23 189 0.79 0.88 0 0.26 246.14 0.78 0.42
Hex 28 17 BD 4F 58 0 1A F6 4E 2A
Octal 50 27 275 117 130 0 32 366 116 52
Binary 101000 10111 10111101 1001111 1011000 0 11010 11110110 1001110 101010

Color Harmonies of #2817BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817BD

Black with #2817BD

Text Example


Text Example

White with #2817BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2817BD; }

 p { color: rgb(40,23,189); }

 H1.HeaderClassName
 {
   color: #2817BD;
 }
 .AnyTagClassName
 {
   color: #2817BD;
 }
</style>

background-color css

<style>
 a { background-color: #2817BD; }

 a { background-color: rgb(40,23,189); }

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

border-color css

<style>
 span { border-color: #2817BD; }

 span { border-color: rgb(40,23,189); }

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