Html Css Color HEX #3121CE Persian Blue

📋 copy color: '#3121CE'

red 49 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #3121CE

Tints of Persian Blue #3121CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.53%

R = 17.01%
G = 11.46%
B = 71.53%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3121CE (or 0x3121CE) is known color: Persian Blue. HEX triplet: 31, 21 and CE. RGB value is (49,33,206). Sum of RGB (Red+Green+Blue) = 49+33+206=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #3121CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3121CE is #CEDE31. Grayscale: #383838. Windows color (decimal): -13557298 or 13508913. OLE color: 13508913.

HSL color Cylindrical-coordinate representation of color #3121CE: hue angle of 245.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3121CE is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 33 206 -
CMYK 0.76 0.84 0 0.19
HSL 245.55º 0.72% 0.47% -
HSV(B) 245.55º 0.84% 0.81% -
XYZ 12.95 6.2 58.91 -
YUV 57.51 211.8 121.93 -
System Red Green Blue C M Y K H S L
Decimal 49 33 206 0.76 0.84 0 0.19 245.55 0.72 0.47
Hex 31 21 CE 4C 54 0 13 F6 48 2F
Octal 61 41 316 114 124 0 23 366 110 57
Binary 110001 100001 11001110 1001100 1010100 0 10011 11110110 1001000 101111

Color Harmonies of #3121CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3121CE

Black with #3121CE

Text Example


Text Example

White with #3121CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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