Html Css Color HEX #322CAB Persian Blue

📋 copy color: '#322CAB'

red 50 ◦ green 44 ◦ blue 171

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

Shades of Persian Blue #322CAB

Tints of Persian Blue #322CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 18.87%
G = 16.6%
B = 64.53%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#322CAB (or 0x322CAB) is known color: Persian Blue. HEX triplet: 32, 2C and AB. RGB value is (50,44,171). Sum of RGB (Red+Green+Blue) = 50+44+171=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #322CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322CAB is #CDD354. Grayscale: #3B3B3B. Windows color (decimal): -13488981 or 11217970. OLE color: 11217970.

HSL color Cylindrical-coordinate representation of color #322CAB: hue angle of 242.83º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322CAB is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 44 171 -
CMYK 0.71 0.74 0 0.33
HSL 242.83º 0.59% 0.42% -
HSV(B) 242.83º 0.74% 0.67% -
XYZ 9.57 5.42 39.07 -
YUV 60.27 190.49 120.67 -
System Red Green Blue C M Y K H S L
Decimal 50 44 171 0.71 0.74 0 0.33 242.83 0.59 0.42
Hex 32 2C AB 47 4A 0 21 F3 3B 2A
Octal 62 54 253 107 112 0 41 363 73 52
Binary 110010 101100 10101011 1000111 1001010 0 100001 11110011 111011 101010

Color Harmonies of #322CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322CAB

Black with #322CAB

Text Example


Text Example

White with #322CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,44,171); }

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

background-color css

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

 a { background-color: rgb(50,44,171); }

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

border-color css

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

 span { border-color: rgb(50,44,171); }

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