Html Css Color HEX #2029E1 Persian Blue

📋 copy color: '#2029E1'

red 32 ◦ green 41 ◦ blue 225

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

Shades of Persian Blue #2029E1

Tints of Persian Blue #2029E1

RGB

 RED value IS 32 (12.89% from 255) = 10.74%

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 225 (88.28% from 255) = 75.5%

R = 10.74%
G = 13.76%
B = 75.5%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2029E1 (or 0x2029E1) is known color: Persian Blue. HEX triplet: 20, 29 and E1. RGB value is (32,41,225). Sum of RGB (Red+Green+Blue) = 32+41+225=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 225 (88.28% from 255 or 75.50% from 298); Max value from RGB is 225 - color contains mainly: blue. Hex color #2029E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2029E1 is #DFD61E. Grayscale: #3A3A3A. Windows color (decimal): -14669343 or 14756128. OLE color: 14756128.

HSL color Cylindrical-coordinate representation of color #2029E1: hue angle of 237.2º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2029E1 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 41 225 -
CMYK 0.86 0.82 0 0.12
HSL 237.2º 0.76% 0.5% -
HSV(B) 237.2º 0.86% 0.88% -
XYZ 14.98 7.33 71.86 -
YUV 59.29 221.52 108.54 -
System Red Green Blue C M Y K H S L
Decimal 32 41 225 0.86 0.82 0 0.12 237.2 0.76 0.5
Hex 20 29 E1 56 52 0 C ED 4C 32
Octal 40 51 341 126 122 0 14 355 114 62
Binary 100000 101001 11100001 1010110 1010010 0 1100 11101101 1001100 110010

Color Harmonies of #2029E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2029E1

Black with #2029E1

Text Example


Text Example

White with #2029E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2029E1; }

 p { color: rgb(32,41,225); }

 H1.HeaderClassName
 {
   color: #2029E1;
 }
 .AnyTagClassName
 {
   color: #2029E1;
 }
</style>

background-color css

<style>
 a { background-color: #2029E1; }

 a { background-color: rgb(32,41,225); }

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

border-color css

<style>
 span { border-color: #2029E1; }

 span { border-color: rgb(32,41,225); }

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