Html Css Color HEX #2928D2 Persian Blue

📋 copy color: '#2928D2'

red 41 ◦ green 40 ◦ blue 210

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

Shades of Persian Blue #2928D2

Tints of Persian Blue #2928D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.16%

R = 14.09%
G = 13.75%
B = 72.16%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2928D2 (or 0x2928D2) is known color: Persian Blue. HEX triplet: 29, 28 and D2. RGB value is (41,40,210). Sum of RGB (Red+Green+Blue) = 41+40+210=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #2928D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2928D2 is #D6D72D. Grayscale: #3B3B3B. Windows color (decimal): -14079790 or 13772841. OLE color: 13772841.

HSL color Cylindrical-coordinate representation of color #2928D2: hue angle of 240.35º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2928D2 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 40 210 -
CMYK 0.80 0.81 0 0.18
HSL 240.35º 0.68% 0.49% -
HSV(B) 240.35º 0.81% 0.82% -
XYZ 13.31 6.64 61.55 -
YUV 59.68 212.83 114.68 -
System Red Green Blue C M Y K H S L
Decimal 41 40 210 0.80 0.81 0 0.18 240.35 0.68 0.49
Hex 29 28 D2 50 51 0 12 F0 44 31
Octal 51 50 322 120 121 0 22 360 104 61
Binary 101001 101000 11010010 1010000 1010001 0 10010 11110000 1000100 110001

Color Harmonies of #2928D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2928D2

Black with #2928D2

Text Example


Text Example

White with #2928D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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