Html Css Color HEX #3130AD Persian Blue

📋 copy color: '#3130AD'

red 49 ◦ green 48 ◦ blue 173

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

Shades of Persian Blue #3130AD

Tints of Persian Blue #3130AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 18.15%
G = 17.78%
B = 64.07%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3130AD (or 0x3130AD) is known color: Persian Blue. HEX triplet: 31, 30 and AD. RGB value is (49,48,173). Sum of RGB (Red+Green+Blue) = 49+48+173=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #3130AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3130AD is #CECF52. Grayscale: #3E3E3E. Windows color (decimal): -13553491 or 11350065. OLE color: 11350065.

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

Color convert

RGB 49 48 173 -
CMYK 0.72 0.72 0 0.32
HSL 240.48º 0.57% 0.43% -
HSV(B) 240.48º 0.72% 0.68% -
XYZ 9.87 5.78 40.13 -
YUV 62.55 190.33 118.34 -
System Red Green Blue C M Y K H S L
Decimal 49 48 173 0.72 0.72 0 0.32 240.48 0.57 0.43
Hex 31 30 AD 48 48 0 20 F0 39 2B
Octal 61 60 255 110 110 0 40 360 71 53
Binary 110001 110000 10101101 1001000 1001000 0 100000 11110000 111001 101011

Color Harmonies of #3130AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3130AD

Black with #3130AD

Text Example


Text Example

White with #3130AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3130AD; }

 p { color: rgb(49,48,173); }

 H1.HeaderClassName
 {
   color: #3130AD;
 }
 .AnyTagClassName
 {
   color: #3130AD;
 }
</style>

background-color css

<style>
 a { background-color: #3130AD; }

 a { background-color: rgb(49,48,173); }

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

border-color css

<style>
 span { border-color: #3130AD; }

 span { border-color: rgb(49,48,173); }

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