Html Css Color HEX #3127AB Persian Blue

📋 copy color: '#3127AB'

red 49 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #3127AB

Tints of Persian Blue #3127AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.06%

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

R = 18.92%
G = 15.06%
B = 66.02%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3127AB (or 0x3127AB) is known color: Persian Blue. HEX triplet: 31, 27 and AB. RGB value is (49,39,171). Sum of RGB (Red+Green+Blue) = 49+39+171=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3127AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3127AB is #CED854. Grayscale: #383838. Windows color (decimal): -13555797 or 11216689. OLE color: 11216689.

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

Color convert

RGB 49 39 171 -
CMYK 0.71 0.77 0 0.33
HSL 244.55º 0.63% 0.41% -
HSV(B) 244.55º 0.77% 0.67% -
XYZ 9.34 5.04 39.01 -
YUV 57.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 49 39 171 0.71 0.77 0 0.33 244.55 0.63 0.41
Hex 31 27 AB 47 4D 0 21 F5 3F 29
Octal 61 47 253 107 115 0 41 365 77 51
Binary 110001 100111 10101011 1000111 1001101 0 100001 11110101 111111 101001

Color Harmonies of #3127AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3127AB

Black with #3127AB

Text Example


Text Example

White with #3127AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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