Html Css Color HEX #3131BD Persian Blue

📋 copy color: '#3131BD'

red 49 ◦ green 49 ◦ blue 189

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

Shades of Persian Blue #3131BD

Tints of Persian Blue #3131BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 17.07%
G = 17.07%
B = 65.85%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3131BD (or 0x3131BD) is known color: Persian Blue. HEX triplet: 31, 31 and BD. RGB value is (49,49,189). Sum of RGB (Red+Green+Blue) = 49+49+189=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #3131BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3131BD is #CECE42. Grayscale: #404040. Windows color (decimal): -13553219 or 12398897. OLE color: 12398897.

HSL color Cylindrical-coordinate representation of color #3131BD: hue angle of 240º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3131BD is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 49 189 -
CMYK 0.74 0.74 0 0.26
HSL 240º 0.59% 0.47% -
HSV(B) 240º 0.74% 0.74% -
XYZ 11.55 6.52 48.79 -
YUV 64.96 198 116.62 -
System Red Green Blue C M Y K H S L
Decimal 49 49 189 0.74 0.74 0 0.26 240 0.59 0.47
Hex 31 31 BD 4A 4A 0 1A F0 3B 2F
Octal 61 61 275 112 112 0 32 360 73 57
Binary 110001 110001 10111101 1001010 1001010 0 11010 11110000 111011 101111

Color Harmonies of #3131BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3131BD

Black with #3131BD

Text Example


Text Example

White with #3131BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3131BD; }

 p { color: rgb(49,49,189); }

 H1.HeaderClassName
 {
   color: #3131BD;
 }
 .AnyTagClassName
 {
   color: #3131BD;
 }
</style>

background-color css

<style>
 a { background-color: #3131BD; }

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

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

border-color css

<style>
 span { border-color: #3131BD; }

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

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