Html Css Color HEX #3130AC Persian Blue

📋 copy color: '#3130AC'

red 49 ◦ green 48 ◦ blue 172

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

Shades of Persian Blue #3130AC

Tints of Persian Blue #3130AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 18.22%
G = 17.84%
B = 63.94%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3130AC (or 0x3130AC) is known color: Persian Blue. HEX triplet: 31, 30 and AC. RGB value is (49,48,172). Sum of RGB (Red+Green+Blue) = 49+48+172=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #3130AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3130AC is #CECF53. Grayscale: #3D3D3D. Windows color (decimal): -13553492 or 11284529. OLE color: 11284529.

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

Color convert

RGB 49 48 172 -
CMYK 0.72 0.72 0 0.33
HSL 240.48º 0.56% 0.43% -
HSV(B) 240.48º 0.72% 0.67% -
XYZ 9.77 5.75 39.62 -
YUV 62.44 189.83 118.42 -
System Red Green Blue C M Y K H S L
Decimal 49 48 172 0.72 0.72 0 0.33 240.48 0.56 0.43
Hex 31 30 AC 48 48 0 21 F0 38 2B
Octal 61 60 254 110 110 0 41 360 70 53
Binary 110001 110000 10101100 1001000 1001000 0 100001 11110000 111000 101011

Color Harmonies of #3130AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3130AC

Black with #3130AC

Text Example


Text Example

White with #3130AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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