Html Css Color HEX #323AA1 Persian Blue

📋 copy color: '#323AA1'

red 50 ◦ green 58 ◦ blue 161

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

Shades of Persian Blue #323AA1

Tints of Persian Blue #323AA1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

 BLUE value IS 161 (63.28% from 255) = 59.85%

R = 18.59%
G = 21.56%
B = 59.85%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#323AA1 (or 0x323AA1) is known color: Persian Blue. HEX triplet: 32, 3A and A1. RGB value is (50,58,161). Sum of RGB (Red+Green+Blue) = 50+58+161=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 161 (63.28% from 255 or 59.85% from 269); Max value from RGB is 161 - color contains mainly: blue. Hex color #323AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AA1 is #CDC55E. Grayscale: #424242. Windows color (decimal): -13485407 or 10566194. OLE color: 10566194.

HSL color Cylindrical-coordinate representation of color #323AA1: hue angle of 235.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323AA1 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 58 161 -
CMYK 0.69 0.64 0 0.37
HSL 235.68º 0.53% 0.41% -
HSV(B) 235.68º 0.69% 0.63% -
XYZ 9.26 6.28 34.44 -
YUV 67.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 50 58 161 0.69 0.64 0 0.37 235.68 0.53 0.41
Hex 32 3A A1 45 40 0 25 EC 35 29
Octal 62 72 241 105 100 0 45 354 65 51
Binary 110010 111010 10100001 1000101 1000000 0 100101 11101100 110101 101001

Color Harmonies of #323AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323AA1

Black with #323AA1

Text Example


Text Example

White with #323AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323AA1; }

 p { color: rgb(50,58,161); }

 H1.HeaderClassName
 {
   color: #323AA1;
 }
 .AnyTagClassName
 {
   color: #323AA1;
 }
</style>

background-color css

<style>
 a { background-color: #323AA1; }

 a { background-color: rgb(50,58,161); }

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

border-color css

<style>
 span { border-color: #323AA1; }

 span { border-color: rgb(50,58,161); }

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