Html Css Color HEX #323CA1 Persian Blue

📋 copy color: '#323CA1'

red 50 ◦ green 60 ◦ blue 161

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

Shades of Persian Blue #323CA1

Tints of Persian Blue #323CA1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

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

R = 18.45%
G = 22.14%
B = 59.41%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#323CA1 (or 0x323CA1) is known color: Persian Blue. HEX triplet: 32, 3C and A1. RGB value is (50,60,161). Sum of RGB (Red+Green+Blue) = 50+60+161=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #323CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CA1 is #CDC35E. Grayscale: #444444. Windows color (decimal): -13484895 or 10566706. OLE color: 10566706.

HSL color Cylindrical-coordinate representation of color #323CA1: hue angle of 234.59º 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 #323CA1 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 60 161 -
CMYK 0.69 0.63 0 0.37
HSL 234.59º 0.53% 0.41% -
HSV(B) 234.59º 0.69% 0.63% -
XYZ 9.36 6.48 34.48 -
YUV 68.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 50 60 161 0.69 0.63 0 0.37 234.59 0.53 0.41
Hex 32 3C A1 45 3F 0 25 EB 35 29
Octal 62 74 241 105 77 0 45 353 65 51
Binary 110010 111100 10100001 1000101 111111 0 100101 11101011 110101 101001

Color Harmonies of #323CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323CA1

Black with #323CA1

Text Example


Text Example

White with #323CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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