Html Css Color HEX #3139CA Persian Blue

📋 copy color: '#3139CA'

red 49 ◦ green 57 ◦ blue 202

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

Shades of Persian Blue #3139CA

Tints of Persian Blue #3139CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 202 (79.3% from 255) = 65.58%

R = 15.91%
G = 18.51%
B = 65.58%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3139CA (or 0x3139CA) is known color: Persian Blue. HEX triplet: 31, 39 and CA. RGB value is (49,57,202). Sum of RGB (Red+Green+Blue) = 49+57+202=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #3139CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3139CA is #CEC635. Grayscale: #464646. Windows color (decimal): -13551158 or 13252913. OLE color: 13252913.

HSL color Cylindrical-coordinate representation of color #3139CA: hue angle of 236.86º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3139CA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 57 202 -
CMYK 0.76 0.72 0 0.21
HSL 236.86º 0.61% 0.49% -
HSV(B) 236.86º 0.76% 0.79% -
XYZ 13.39 7.84 56.69 -
YUV 71.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 49 57 202 0.76 0.72 0 0.21 236.86 0.61 0.49
Hex 31 39 CA 4C 48 0 15 ED 3D 31
Octal 61 71 312 114 110 0 25 355 75 61
Binary 110001 111001 11001010 1001100 1001000 0 10101 11101101 111101 110001

Color Harmonies of #3139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3139CA

Black with #3139CA

Text Example


Text Example

White with #3139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3139CA; }

 p { color: rgb(49,57,202); }

 H1.HeaderClassName
 {
   color: #3139CA;
 }
 .AnyTagClassName
 {
   color: #3139CA;
 }
</style>

background-color css

<style>
 a { background-color: #3139CA; }

 a { background-color: rgb(49,57,202); }

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

border-color css

<style>
 span { border-color: #3139CA; }

 span { border-color: rgb(49,57,202); }

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