Html Css Color HEX #3135D9 Persian Blue

📋 copy color: '#3135D9'

red 49 ◦ green 53 ◦ blue 217

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

Shades of Persian Blue #3135D9

Tints of Persian Blue #3135D9

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 217 (85.16% from 255) = 68.03%

R = 15.36%
G = 16.61%
B = 68.03%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3135D9 (or 0x3135D9) is known color: Persian Blue. HEX triplet: 31, 35 and D9. RGB value is (49,53,217). Sum of RGB (Red+Green+Blue) = 49+53+217=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 217 (85.16% from 255 or 68.03% from 319); Max value from RGB is 217 - color contains mainly: blue. Hex color #3135D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3135D9 is #CECA26. Grayscale: #454545. Windows color (decimal): -13552167 or 14234929. OLE color: 14234929.

HSL color Cylindrical-coordinate representation of color #3135D9: hue angle of 238.57º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3135D9 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 53 217 -
CMYK 0.77 0.76 0 0.15
HSL 238.57º 0.69% 0.52% -
HSV(B) 238.57º 0.77% 0.85% -
XYZ 15.06 8.21 66.44 -
YUV 70.5 210.67 112.66 -
System Red Green Blue C M Y K H S L
Decimal 49 53 217 0.77 0.76 0 0.15 238.57 0.69 0.52
Hex 31 35 D9 4D 4C 0 F EF 45 34
Octal 61 65 331 115 114 0 17 357 105 64
Binary 110001 110101 11011001 1001101 1001100 0 1111 11101111 1000101 110100

Color Harmonies of #3135D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3135D9

Black with #3135D9

Text Example


Text Example

White with #3135D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3135D9; }

 p { color: rgb(49,53,217); }

 H1.HeaderClassName
 {
   color: #3135D9;
 }
 .AnyTagClassName
 {
   color: #3135D9;
 }
</style>

background-color css

<style>
 a { background-color: #3135D9; }

 a { background-color: rgb(49,53,217); }

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

border-color css

<style>
 span { border-color: #3135D9; }

 span { border-color: rgb(49,53,217); }

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