Html Css Color HEX #2818BA Persian Blue

📋 copy color: '#2818BA'

red 40 ◦ green 24 ◦ blue 186

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

Shades of Persian Blue #2818BA

Tints of Persian Blue #2818BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 16%
G = 9.6%
B = 74.4%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2818BA (or 0x2818BA) is known color: Persian Blue. HEX triplet: 28, 18 and BA. RGB value is (40,24,186). Sum of RGB (Red+Green+Blue) = 40+24+186=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #2818BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2818BA is #D7E745. Grayscale: #2E2E2E. Windows color (decimal): -14149446 or 12195880. OLE color: 12195880.

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

Color convert

RGB 40 24 186 -
CMYK 0.78 0.87 0 0.27
HSL 245.93º 0.77% 0.41% -
HSV(B) 245.93º 0.87% 0.73% -
XYZ 10.06 4.65 46.82 -
YUV 47.25 206.3 122.83 -
System Red Green Blue C M Y K H S L
Decimal 40 24 186 0.78 0.87 0 0.27 245.93 0.77 0.41
Hex 28 18 BA 4E 57 0 1B F6 4D 29
Octal 50 30 272 116 127 0 33 366 115 51
Binary 101000 11000 10111010 1001110 1010111 0 11011 11110110 1001101 101001

Color Harmonies of #2818BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2818BA

Black with #2818BA

Text Example


Text Example

White with #2818BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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