Html Css Color HEX #3119CD Persian Blue

📋 copy color: '#3119CD'

red 49 ◦ green 25 ◦ blue 205

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

Shades of Persian Blue #3119CD

Tints of Persian Blue #3119CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 17.56%
G = 8.96%
B = 73.48%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3119CD (or 0x3119CD) is known color: Persian Blue. HEX triplet: 31, 19 and CD. RGB value is (49,25,205). Sum of RGB (Red+Green+Blue) = 49+25+205=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #3119CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3119CD is #CEE632. Grayscale: #343434. Windows color (decimal): -13559347 or 13441329. OLE color: 13441329.

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

Color convert

RGB 49 25 205 -
CMYK 0.76 0.88 0 0.20
HSL 248º 0.78% 0.45% -
HSV(B) 248º 0.88% 0.8% -
XYZ 12.63 5.76 58.2 -
YUV 52.7 213.95 125.36 -
System Red Green Blue C M Y K H S L
Decimal 49 25 205 0.76 0.88 0 0.20 248 0.78 0.45
Hex 31 19 CD 4C 58 0 14 F8 4E 2D
Octal 61 31 315 114 130 0 24 370 116 55
Binary 110001 11001 11001101 1001100 1011000 0 10100 11111000 1001110 101101

Color Harmonies of #3119CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3119CD

Black with #3119CD

Text Example


Text Example

White with #3119CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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