Html Css Color HEX #3121AF Persian Blue

📋 copy color: '#3121AF'

red 49 ◦ green 33 ◦ blue 175

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

Shades of Persian Blue #3121AF

Tints of Persian Blue #3121AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 19.07%
G = 12.84%
B = 68.09%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3121AF (or 0x3121AF) is known color: Persian Blue. HEX triplet: 31, 21 and AF. RGB value is (49,33,175). Sum of RGB (Red+Green+Blue) = 49+33+175=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #3121AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3121AF is #CEDE50. Grayscale: #353535. Windows color (decimal): -13557329 or 11477297. OLE color: 11477297.

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

Color convert

RGB 49 33 175 -
CMYK 0.72 0.81 0 0.31
HSL 246.76º 0.68% 0.41% -
HSV(B) 246.76º 0.81% 0.69% -
XYZ 9.55 4.84 40.99 -
YUV 53.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 49 33 175 0.72 0.81 0 0.31 246.76 0.68 0.41
Hex 31 21 AF 48 51 0 1F F7 44 29
Octal 61 41 257 110 121 0 37 367 104 51
Binary 110001 100001 10101111 1001000 1010001 0 11111 11110111 1000100 101001

Color Harmonies of #3121AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3121AF

Black with #3121AF

Text Example


Text Example

White with #3121AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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