Html Css Color HEX #3121AB Persian Blue

📋 copy color: '#3121AB'

red 49 ◦ green 33 ◦ blue 171

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

Shades of Persian Blue #3121AB

Tints of Persian Blue #3121AB

RGB

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

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

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

R = 19.37%
G = 13.04%
B = 67.59%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3121AB (or 0x3121AB) is known color: Persian Blue. HEX triplet: 31, 21 and AB. RGB value is (49,33,171). Sum of RGB (Red+Green+Blue) = 49+33+171=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #3121AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3121AB is #CEDE54. Grayscale: #343434. Windows color (decimal): -13557333 or 11215153. OLE color: 11215153.

HSL color Cylindrical-coordinate representation of color #3121AB: hue angle of 246.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3121AB is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 33 171 -
CMYK 0.71 0.81 0 0.33
HSL 246.96º 0.68% 0.4% -
HSV(B) 246.96º 0.81% 0.67% -
XYZ 9.16 4.68 38.95 -
YUV 53.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 49 33 171 0.71 0.81 0 0.33 246.96 0.68 0.4
Hex 31 21 AB 47 51 0 21 F7 44 28
Octal 61 41 253 107 121 0 41 367 104 50
Binary 110001 100001 10101011 1000111 1010001 0 100001 11110111 1000100 101000

Color Harmonies of #3121AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3121AB

Black with #3121AB

Text Example


Text Example

White with #3121AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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