Html Css Color HEX #2831AF Persian Blue

📋 copy color: '#2831AF'

red 40 ◦ green 49 ◦ blue 175

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

Shades of Persian Blue #2831AF

Tints of Persian Blue #2831AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 175 (68.75% from 255) = 66.29%

R = 15.15%
G = 18.56%
B = 66.29%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2831AF (or 0x2831AF) is known color: Persian Blue. HEX triplet: 28, 31 and AF. RGB value is (40,49,175). Sum of RGB (Red+Green+Blue) = 40+49+175=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #2831AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2831AF is #D7CE50. Grayscale: #3C3C3C. Windows color (decimal): -14143057 or 11481384. OLE color: 11481384.

HSL color Cylindrical-coordinate representation of color #2831AF: hue angle of 236º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2831AF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 49 175 -
CMYK 0.77 0.72 0 0.31
HSL 236º 0.63% 0.42% -
HSV(B) 236º 0.77% 0.69% -
XYZ 9.71 5.74 41.15 -
YUV 60.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 40 49 175 0.77 0.72 0 0.31 236 0.63 0.42
Hex 28 31 AF 4D 48 0 1F EC 3F 2A
Octal 50 61 257 115 110 0 37 354 77 52
Binary 101000 110001 10101111 1001101 1001000 0 11111 11101100 111111 101010

Color Harmonies of #2831AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2831AF

Black with #2831AF

Text Example


Text Example

White with #2831AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2831AF; }

 p { color: rgb(40,49,175); }

 H1.HeaderClassName
 {
   color: #2831AF;
 }
 .AnyTagClassName
 {
   color: #2831AF;
 }
</style>

background-color css

<style>
 a { background-color: #2831AF; }

 a { background-color: rgb(40,49,175); }

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

border-color css

<style>
 span { border-color: #2831AF; }

 span { border-color: rgb(40,49,175); }

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