Html Css Color HEX #2841B4 Persian Blue

📋 copy color: '#2841B4'

red 40 ◦ green 65 ◦ blue 180

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

Shades of Persian Blue #2841B4

Tints of Persian Blue #2841B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 63.16%

R = 14.04%
G = 22.81%
B = 63.16%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2841B4 (or 0x2841B4) is known color: Persian Blue. HEX triplet: 28, 41 and B4. RGB value is (40,65,180). Sum of RGB (Red+Green+Blue) = 40+65+180=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #2841B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2841B4 is #D7BE4B. Grayscale: #464646. Windows color (decimal): -14138956 or 11813160. OLE color: 11813160.

HSL color Cylindrical-coordinate representation of color #2841B4: hue angle of 229.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2841B4 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 65 180 -
CMYK 0.78 0.64 0 0.29
HSL 229.29º 0.64% 0.43% -
HSV(B) 229.29º 0.78% 0.71% -
XYZ 11 7.53 44.05 -
YUV 70.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 40 65 180 0.78 0.64 0 0.29 229.29 0.64 0.43
Hex 28 41 B4 4E 40 0 1D E5 40 2B
Octal 50 101 264 116 100 0 35 345 100 53
Binary 101000 1000001 10110100 1001110 1000000 0 11101 11100101 1000000 101011

Color Harmonies of #2841B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841B4

Black with #2841B4

Text Example


Text Example

White with #2841B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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