Html Css Color HEX #2841AC Persian Blue

📋 copy color: '#2841AC'

red 40 ◦ green 65 ◦ blue 172

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

Shades of Persian Blue #2841AC

Tints of Persian Blue #2841AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.09%

R = 14.44%
G = 23.47%
B = 62.09%

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

#2841AC (or 0x2841AC) is known color: Persian Blue. HEX triplet: 28, 41 and AC. RGB value is (40,65,172). Sum of RGB (Red+Green+Blue) = 40+65+172=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #2841AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2841AC is #D7BE53. Grayscale: #454545. Windows color (decimal): -14138964 or 11288872. OLE color: 11288872.

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

Color convert

RGB 40 65 172 -
CMYK 0.77 0.62 0 0.33
HSL 228.64º 0.62% 0.42% -
HSV(B) 228.64º 0.77% 0.67% -
XYZ 10.21 7.21 39.88 -
YUV 69.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 40 65 172 0.77 0.62 0 0.33 228.64 0.62 0.42
Hex 28 41 AC 4D 3E 0 21 E5 3E 2A
Octal 50 101 254 115 76 0 41 345 76 52
Binary 101000 1000001 10101100 1001101 111110 0 100001 11100101 111110 101010

Color Harmonies of #2841AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841AC

Black with #2841AC

Text Example


Text Example

White with #2841AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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