Html Css Color HEX #3121AE Persian Blue

📋 copy color: '#3121AE'

red 49 ◦ green 33 ◦ blue 174

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

Shades of Persian Blue #3121AE

Tints of Persian Blue #3121AE

RGB

 RED value IS 49 (19.53% from 255) = 19.14%

 GREEN value IS 33 (13.28% from 255) = 12.89%

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 19.14%
G = 12.89%
B = 67.97%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3121AE (or 0x3121AE) is known color: Persian Blue. HEX triplet: 31, 21 and AE. RGB value is (49,33,174). Sum of RGB (Red+Green+Blue) = 49+33+174=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #3121AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3121AE is #CEDE51. Grayscale: #353535. Windows color (decimal): -13557330 or 11411761. OLE color: 11411761.

HSL color Cylindrical-coordinate representation of color #3121AE: hue angle of 246.81º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3121AE is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 33 174 -
CMYK 0.72 0.81 0 0.32
HSL 246.81º 0.68% 0.41% -
HSV(B) 246.81º 0.81% 0.68% -
XYZ 9.45 4.8 40.47 -
YUV 53.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 49 33 174 0.72 0.81 0 0.32 246.81 0.68 0.41
Hex 31 21 AE 48 51 0 20 F7 44 29
Octal 61 41 256 110 121 0 40 367 104 51
Binary 110001 100001 10101110 1001000 1010001 0 100000 11110111 1000100 101001

Color Harmonies of #3121AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3121AE

Black with #3121AE

Text Example


Text Example

White with #3121AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3121AE; }

 p { color: rgb(49,33,174); }

 H1.HeaderClassName
 {
   color: #3121AE;
 }
 .AnyTagClassName
 {
   color: #3121AE;
 }
</style>

background-color css

<style>
 a { background-color: #3121AE; }

 a { background-color: rgb(49,33,174); }

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

border-color css

<style>
 span { border-color: #3121AE; }

 span { border-color: rgb(49,33,174); }

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