Html Css Color HEX #3121BD Persian Blue

📋 copy color: '#3121BD'

red 49 ◦ green 33 ◦ blue 189

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

Shades of Persian Blue #3121BD

Tints of Persian Blue #3121BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

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

R = 18.08%
G = 12.18%
B = 69.74%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3121BD (or 0x3121BD) is known color: Persian Blue. HEX triplet: 31, 21 and BD. RGB value is (49,33,189). Sum of RGB (Red+Green+Blue) = 49+33+189=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #3121BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3121BD is #CEDE42. Grayscale: #363636. Windows color (decimal): -13557315 or 12394801. OLE color: 12394801.

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

Color convert

RGB 49 33 189 -
CMYK 0.74 0.83 0 0.26
HSL 246.15º 0.7% 0.44% -
HSV(B) 246.15º 0.83% 0.74% -
XYZ 11 5.41 48.61 -
YUV 55.57 203.3 123.32 -
System Red Green Blue C M Y K H S L
Decimal 49 33 189 0.74 0.83 0 0.26 246.15 0.7 0.44
Hex 31 21 BD 4A 53 0 1A F6 46 2C
Octal 61 41 275 112 123 0 32 366 106 54
Binary 110001 100001 10111101 1001010 1010011 0 11010 11110110 1000110 101100

Color Harmonies of #3121BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3121BD

Black with #3121BD

Text Example


Text Example

White with #3121BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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