Html Css Color HEX #2842AB Persian Blue

📋 copy color: '#2842AB'

red 40 ◦ green 66 ◦ blue 171

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

Shades of Persian Blue #2842AB

Tints of Persian Blue #2842AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

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

R = 14.44%
G = 23.83%
B = 61.73%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2842AB (or 0x2842AB) is known color: Persian Blue. HEX triplet: 28, 42 and AB. RGB value is (40,66,171). Sum of RGB (Red+Green+Blue) = 40+66+171=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2842AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2842AB is #D7BD54. Grayscale: #454545. Windows color (decimal): -14138709 or 11223592. OLE color: 11223592.

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

Color convert

RGB 40 66 171 -
CMYK 0.77 0.61 0 0.33
HSL 228.09º 0.62% 0.41% -
HSV(B) 228.09º 0.77% 0.67% -
XYZ 10.17 7.29 39.4 -
YUV 70.2 184.89 106.46 -
System Red Green Blue C M Y K H S L
Decimal 40 66 171 0.77 0.61 0 0.33 228.09 0.62 0.41
Hex 28 42 AB 4D 3D 0 21 E4 3E 29
Octal 50 102 253 115 75 0 41 344 76 51
Binary 101000 1000010 10101011 1001101 111101 0 100001 11100100 111110 101001

Color Harmonies of #2842AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2842AB

Black with #2842AB

Text Example


Text Example

White with #2842AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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