Html Css Color HEX #3121BE Persian Blue

📋 copy color: '#3121BE'

red 49 ◦ green 33 ◦ blue 190

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

Shades of Persian Blue #3121BE

Tints of Persian Blue #3121BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.85%

R = 18.01%
G = 12.13%
B = 69.85%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3121BE (or 0x3121BE) is known color: Persian Blue. HEX triplet: 31, 21 and BE. RGB value is (49,33,190). Sum of RGB (Red+Green+Blue) = 49+33+190=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #3121BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3121BE is #CEDE41. Grayscale: #373737. Windows color (decimal): -13557314 or 12460337. OLE color: 12460337.

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

Color convert

RGB 49 33 190 -
CMYK 0.74 0.83 0 0.25
HSL 246.11º 0.7% 0.44% -
HSV(B) 246.11º 0.83% 0.75% -
XYZ 11.1 5.46 49.18 -
YUV 55.68 203.8 123.23 -
System Red Green Blue C M Y K H S L
Decimal 49 33 190 0.74 0.83 0 0.25 246.11 0.7 0.44
Hex 31 21 BE 4A 53 0 19 F6 46 2C
Octal 61 41 276 112 123 0 31 366 106 54
Binary 110001 100001 10111110 1001010 1010011 0 11001 11110110 1000110 101100

Color Harmonies of #3121BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3121BE

Black with #3121BE

Text Example


Text Example

White with #3121BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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