Html Css Color HEX #2029C1 Persian Blue

📋 copy color: '#2029C1'

red 32 ◦ green 41 ◦ blue 193

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

Shades of Persian Blue #2029C1

Tints of Persian Blue #2029C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 72.56%

R = 12.03%
G = 15.41%
B = 72.56%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2029C1 (or 0x2029C1) is known color: Persian Blue. HEX triplet: 20, 29 and C1. RGB value is (32,41,193). Sum of RGB (Red+Green+Blue) = 32+41+193=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 193 (75.78% from 255 or 72.56% from 266); Max value from RGB is 193 - color contains mainly: blue. Hex color #2029C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2029C1 is #DFD63E. Grayscale: #373737. Windows color (decimal): -14669375 or 12658976. OLE color: 12658976.

HSL color Cylindrical-coordinate representation of color #2029C1: hue angle of 236.65º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2029C1 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 41 193 -
CMYK 0.83 0.79 0 0.24
HSL 236.65º 0.72% 0.44% -
HSV(B) 236.65º 0.83% 0.76% -
XYZ 11.01 5.74 50.98 -
YUV 55.64 205.52 111.14 -
System Red Green Blue C M Y K H S L
Decimal 32 41 193 0.83 0.79 0 0.24 236.65 0.72 0.44
Hex 20 29 C1 53 4F 0 18 ED 48 2C
Octal 40 51 301 123 117 0 30 355 110 54
Binary 100000 101001 11000001 1010011 1001111 0 11000 11101101 1001000 101100

Color Harmonies of #2029C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2029C1

Black with #2029C1

Text Example


Text Example

White with #2029C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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