Html Css Color HEX #3117CD Persian Blue

📋 copy color: '#3117CD'

red 49 ◦ green 23 ◦ blue 205

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

Shades of Persian Blue #3117CD

Tints of Persian Blue #3117CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

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

R = 17.69%
G = 8.3%
B = 74.01%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3117CD (or 0x3117CD) is known color: Persian Blue. HEX triplet: 31, 17 and CD. RGB value is (49,23,205). Sum of RGB (Red+Green+Blue) = 49+23+205=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #3117CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3117CD is #CEE832. Grayscale: #323232. Windows color (decimal): -13559859 or 13440817. OLE color: 13440817.

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

Color convert

RGB 49 23 205 -
CMYK 0.76 0.89 0 0.20
HSL 248.57º 0.8% 0.45% -
HSV(B) 248.57º 0.89% 0.8% -
XYZ 12.59 5.67 58.19 -
YUV 51.52 214.61 126.2 -
System Red Green Blue C M Y K H S L
Decimal 49 23 205 0.76 0.89 0 0.20 248.57 0.8 0.45
Hex 31 17 CD 4C 59 0 14 F9 50 2D
Octal 61 27 315 114 131 0 24 371 120 55
Binary 110001 10111 11001101 1001100 1011001 0 10100 11111001 1010000 101101

Color Harmonies of #3117CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3117CD

Black with #3117CD

Text Example


Text Example

White with #3117CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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