Html Css Color HEX #3133AF Persian Blue

📋 copy color: '#3133AF'

red 49 ◦ green 51 ◦ blue 175

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

Shades of Persian Blue #3133AF

Tints of Persian Blue #3133AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 17.82%
G = 18.55%
B = 63.64%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3133AF (or 0x3133AF) is known color: Persian Blue. HEX triplet: 31, 33 and AF. RGB value is (49,51,175). Sum of RGB (Red+Green+Blue) = 49+51+175=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #3133AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3133AF is #CECC50. Grayscale: #404040. Windows color (decimal): -13552721 or 11481905. OLE color: 11481905.

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

Color convert

RGB 49 51 175 -
CMYK 0.72 0.71 0 0.31
HSL 239.05º 0.56% 0.44% -
HSV(B) 239.05º 0.72% 0.69% -
XYZ 10.19 6.12 41.2 -
YUV 64.54 190.34 116.92 -
System Red Green Blue C M Y K H S L
Decimal 49 51 175 0.72 0.71 0 0.31 239.05 0.56 0.44
Hex 31 33 AF 48 47 0 1F EF 38 2C
Octal 61 63 257 110 107 0 37 357 70 54
Binary 110001 110011 10101111 1001000 1000111 0 11111 11101111 111000 101100

Color Harmonies of #3133AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3133AF

Black with #3133AF

Text Example


Text Example

White with #3133AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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