Html Css Color HEX #2841AB Persian Blue

📋 copy color: '#2841AB'

red 40 ◦ green 65 ◦ blue 171

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

Shades of Persian Blue #2841AB

Tints of Persian Blue #2841AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

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

R = 14.49%
G = 23.55%
B = 61.96%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2841AB (or 0x2841AB) is known color: Persian Blue. HEX triplet: 28, 41 and AB. RGB value is (40,65,171). Sum of RGB (Red+Green+Blue) = 40+65+171=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2841AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2841AB is #D7BE54. Grayscale: #454545. Windows color (decimal): -14138965 or 11223336. OLE color: 11223336.

HSL color Cylindrical-coordinate representation of color #2841AB: hue angle of 228.55º 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 #2841AB is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 65 171 -
CMYK 0.77 0.62 0 0.33
HSL 228.55º 0.62% 0.41% -
HSV(B) 228.55º 0.77% 0.67% -
XYZ 10.12 7.17 39.38 -
YUV 69.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 40 65 171 0.77 0.62 0 0.33 228.55 0.62 0.41
Hex 28 41 AB 4D 3E 0 21 E5 3E 29
Octal 50 101 253 115 76 0 41 345 76 51
Binary 101000 1000001 10101011 1001101 111110 0 100001 11100101 111110 101001

Color Harmonies of #2841AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841AB

Black with #2841AB

Text Example


Text Example

White with #2841AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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