Html Css Color HEX #2928BA Persian Blue

📋 copy color: '#2928BA'

red 41 ◦ green 40 ◦ blue 186

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

Shades of Persian Blue #2928BA

Tints of Persian Blue #2928BA

RGB

 RED value IS 41 (16.41% from 255) = 15.36%

 GREEN value IS 40 (16.02% from 255) = 14.98%

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

R = 15.36%
G = 14.98%
B = 69.66%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2928BA (or 0x2928BA) is known color: Persian Blue. HEX triplet: 29, 28 and BA. RGB value is (41,40,186). Sum of RGB (Red+Green+Blue) = 41+40+186=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #2928BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2928BA is #D6D745. Grayscale: #383838. Windows color (decimal): -14079814 or 12199977. OLE color: 12199977.

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

Color convert

RGB 41 40 186 -
CMYK 0.78 0.78 0 0.27
HSL 240.41º 0.65% 0.44% -
HSV(B) 240.41º 0.78% 0.73% -
XYZ 10.54 5.53 46.97 -
YUV 56.94 200.83 116.63 -
System Red Green Blue C M Y K H S L
Decimal 41 40 186 0.78 0.78 0 0.27 240.41 0.65 0.44
Hex 29 28 BA 4E 4E 0 1B F0 41 2C
Octal 51 50 272 116 116 0 33 360 101 54
Binary 101001 101000 10111010 1001110 1001110 0 11011 11110000 1000001 101100

Color Harmonies of #2928BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2928BA

Black with #2928BA

Text Example


Text Example

White with #2928BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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