Html Css Color HEX #3140C3 Persian Blue

📋 copy color: '#3140C3'

red 49 ◦ green 64 ◦ blue 195

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

Shades of Persian Blue #3140C3

Tints of Persian Blue #3140C3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

 BLUE value IS 195 (76.56% from 255) = 63.31%

R = 15.91%
G = 20.78%
B = 63.31%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3140C3 (or 0x3140C3) is known color: Persian Blue. HEX triplet: 31, 40 and C3. RGB value is (49,64,195). Sum of RGB (Red+Green+Blue) = 49+64+195=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #3140C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3140C3 is #CEBF3C. Grayscale: #494949. Windows color (decimal): -13549373 or 12795953. OLE color: 12795953.

HSL color Cylindrical-coordinate representation of color #3140C3: hue angle of 233.84º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3140C3 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 64 195 -
CMYK 0.75 0.67 0 0.24
HSL 233.84º 0.6% 0.48% -
HSV(B) 233.84º 0.75% 0.76% -
XYZ 12.95 8.26 52.54 -
YUV 74.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 49 64 195 0.75 0.67 0 0.24 233.84 0.6 0.48
Hex 31 40 C3 4B 43 0 18 EA 3C 30
Octal 61 100 303 113 103 0 30 352 74 60
Binary 110001 1000000 11000011 1001011 1000011 0 11000 11101010 111100 110000

Color Harmonies of #3140C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3140C3

Black with #3140C3

Text Example


Text Example

White with #3140C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3140C3; }

 p { color: rgb(49,64,195); }

 H1.HeaderClassName
 {
   color: #3140C3;
 }
 .AnyTagClassName
 {
   color: #3140C3;
 }
</style>

background-color css

<style>
 a { background-color: #3140C3; }

 a { background-color: rgb(49,64,195); }

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

border-color css

<style>
 span { border-color: #3140C3; }

 span { border-color: rgb(49,64,195); }

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