Html Css Color HEX #3121CD Persian Blue

📋 copy color: '#3121CD'

red 49 ◦ green 33 ◦ blue 205

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

Shades of Persian Blue #3121CD

Tints of Persian Blue #3121CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 17.07%
G = 11.5%
B = 71.43%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3121CD (or 0x3121CD) is known color: Persian Blue. HEX triplet: 31, 21 and CD. RGB value is (49,33,205). Sum of RGB (Red+Green+Blue) = 49+33+205=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #3121CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3121CD is #CEDE32. Grayscale: #383838. Windows color (decimal): -13557299 or 13443377. OLE color: 13443377.

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

Color convert

RGB 49 33 205 -
CMYK 0.76 0.84 0 0.20
HSL 245.58º 0.72% 0.47% -
HSV(B) 245.58º 0.84% 0.8% -
XYZ 12.83 6.15 58.27 -
YUV 57.39 211.3 122.01 -
System Red Green Blue C M Y K H S L
Decimal 49 33 205 0.76 0.84 0 0.20 245.58 0.72 0.47
Hex 31 21 CD 4C 54 0 14 F6 48 2F
Octal 61 41 315 114 124 0 24 366 110 57
Binary 110001 100001 11001101 1001100 1010100 0 10100 11110110 1001000 101111

Color Harmonies of #3121CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3121CD

Black with #3121CD

Text Example


Text Example

White with #3121CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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