Html Css Color HEX #2817BA Persian Blue

📋 copy color: '#2817BA'

red 40 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #2817BA

Tints of Persian Blue #2817BA

RGB

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

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

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

R = 16.06%
G = 9.24%
B = 74.7%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2817BA (or 0x2817BA) is known color: Persian Blue. HEX triplet: 28, 17 and BA. RGB value is (40,23,186). Sum of RGB (Red+Green+Blue) = 40+23+186=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #2817BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817BA is #D7E845. Grayscale: #2E2E2E. Windows color (decimal): -14149702 or 12195624. OLE color: 12195624.

HSL color Cylindrical-coordinate representation of color #2817BA: hue angle of 246.26º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2817BA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 23 186 -
CMYK 0.78 0.88 0 0.27
HSL 246.26º 0.78% 0.41% -
HSV(B) 246.26º 0.88% 0.73% -
XYZ 10.04 4.61 46.81 -
YUV 46.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 40 23 186 0.78 0.88 0 0.27 246.26 0.78 0.41
Hex 28 17 BA 4E 58 0 1B F6 4E 29
Octal 50 27 272 116 130 0 33 366 116 51
Binary 101000 10111 10111010 1001110 1011000 0 11011 11110110 1001110 101001

Color Harmonies of #2817BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2817BA

Black with #2817BA

Text Example


Text Example

White with #2817BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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