Html Css Color HEX #2832E5 Persian Blue

📋 copy color: '#2832E5'

red 40 ◦ green 50 ◦ blue 229

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

Shades of Persian Blue #2832E5

Tints of Persian Blue #2832E5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

 BLUE value IS 229 (89.84% from 255) = 71.79%

R = 12.54%
G = 15.67%
B = 71.79%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2832E5 (or 0x2832E5) is known color: Persian Blue. HEX triplet: 28, 32 and E5. RGB value is (40,50,229). Sum of RGB (Red+Green+Blue) = 40+50+229=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 229 (89.84% from 255 or 71.79% from 319); Max value from RGB is 229 - color contains mainly: blue. Hex color #2832E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2832E5 is #D7CD1A. Grayscale: #424242. Windows color (decimal): -14142747 or 15020584. OLE color: 15020584.

HSL color Cylindrical-coordinate representation of color #2832E5: hue angle of 236.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2832E5 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 50 229 -
CMYK 0.83 0.78 0 0.10
HSL 236.83º 0.78% 0.53% -
HSV(B) 236.83º 0.83% 0.9% -
XYZ 16.16 8.39 74.9 -
YUV 67.42 219.19 108.45 -
System Red Green Blue C M Y K H S L
Decimal 40 50 229 0.83 0.78 0 0.10 236.83 0.78 0.53
Hex 28 32 E5 53 4E 0 A ED 4E 35
Octal 50 62 345 123 116 0 12 355 116 65
Binary 101000 110010 11100101 1010011 1001110 0 1010 11101101 1001110 110101

Color Harmonies of #2832E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2832E5

Black with #2832E5

Text Example


Text Example

White with #2832E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2832E5; }

 p { color: rgb(40,50,229); }

 H1.HeaderClassName
 {
   color: #2832E5;
 }
 .AnyTagClassName
 {
   color: #2832E5;
 }
</style>

background-color css

<style>
 a { background-color: #2832E5; }

 a { background-color: rgb(40,50,229); }

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

border-color css

<style>
 span { border-color: #2832E5; }

 span { border-color: rgb(40,50,229); }

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