Html Css Color HEX #2832AB Persian Blue

📋 copy color: '#2832AB'

red 40 ◦ green 50 ◦ blue 171

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

Shades of Persian Blue #2832AB

Tints of Persian Blue #2832AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 171 (67.19% from 255) = 65.52%

R = 15.33%
G = 19.16%
B = 65.52%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2832AB (or 0x2832AB) is known color: Persian Blue. HEX triplet: 28, 32 and AB. RGB value is (40,50,171). Sum of RGB (Red+Green+Blue) = 40+50+171=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2832AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2832AB is #D7CD54. Grayscale: #3C3C3C. Windows color (decimal): -14142805 or 11219496. OLE color: 11219496.

HSL color Cylindrical-coordinate representation of color #2832AB: hue angle of 235.42º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2832AB is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 50 171 -
CMYK 0.77 0.71 0 0.33
HSL 235.42º 0.62% 0.41% -
HSV(B) 235.42º 0.77% 0.67% -
XYZ 9.37 5.67 39.13 -
YUV 60.8 190.19 113.16 -
System Red Green Blue C M Y K H S L
Decimal 40 50 171 0.77 0.71 0 0.33 235.42 0.62 0.41
Hex 28 32 AB 4D 47 0 21 EB 3E 29
Octal 50 62 253 115 107 0 41 353 76 51
Binary 101000 110010 10101011 1001101 1000111 0 100001 11101011 111110 101001

Color Harmonies of #2832AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2832AB

Black with #2832AB

Text Example


Text Example

White with #2832AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2832AB; }

 p { color: rgb(40,50,171); }

 H1.HeaderClassName
 {
   color: #2832AB;
 }
 .AnyTagClassName
 {
   color: #2832AB;
 }
</style>

background-color css

<style>
 a { background-color: #2832AB; }

 a { background-color: rgb(40,50,171); }

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

border-color css

<style>
 span { border-color: #2832AB; }

 span { border-color: rgb(40,50,171); }

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