Html Css Color HEX #322DB1 Persian Blue

📋 copy color: '#322DB1'

red 50 ◦ green 45 ◦ blue 177

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

Shades of Persian Blue #322DB1

Tints of Persian Blue #322DB1

RGB

 RED value IS 50 (19.92% from 255) = 18.38%

 GREEN value IS 45 (17.97% from 255) = 16.54%

 BLUE value IS 177 (69.53% from 255) = 65.07%

R = 18.38%
G = 16.54%
B = 65.07%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#322DB1 (or 0x322DB1) is known color: Persian Blue. HEX triplet: 32, 2D and B1. RGB value is (50,45,177). Sum of RGB (Red+Green+Blue) = 50+45+177=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #322DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322DB1 is #CDD24E. Grayscale: #3D3D3D. Windows color (decimal): -13488719 or 11611442. OLE color: 11611442.

HSL color Cylindrical-coordinate representation of color #322DB1: hue angle of 242.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322DB1 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 45 177 -
CMYK 0.72 0.75 0 0.31
HSL 242.27º 0.59% 0.44% -
HSV(B) 242.27º 0.75% 0.69% -
XYZ 10.19 5.73 42.16 -
YUV 61.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 50 45 177 0.72 0.75 0 0.31 242.27 0.59 0.44
Hex 32 2D B1 48 4B 0 1F F2 3B 2C
Octal 62 55 261 110 113 0 37 362 73 54
Binary 110010 101101 10110001 1001000 1001011 0 11111 11110010 111011 101100

Color Harmonies of #322DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322DB1

Black with #322DB1

Text Example


Text Example

White with #322DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322DB1; }

 p { color: rgb(50,45,177); }

 H1.HeaderClassName
 {
   color: #322DB1;
 }
 .AnyTagClassName
 {
   color: #322DB1;
 }
</style>

background-color css

<style>
 a { background-color: #322DB1; }

 a { background-color: rgb(50,45,177); }

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

border-color css

<style>
 span { border-color: #322DB1; }

 span { border-color: rgb(50,45,177); }

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