Html Css Color HEX #3133D7 Persian Blue

📋 copy color: '#3133D7'

red 49 ◦ green 51 ◦ blue 215

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

Shades of Persian Blue #3133D7

Tints of Persian Blue #3133D7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 215 (84.38% from 255) = 68.25%

R = 15.56%
G = 16.19%
B = 68.25%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3133D7 (or 0x3133D7) is known color: Persian Blue. HEX triplet: 31, 33 and D7. RGB value is (49,51,215). Sum of RGB (Red+Green+Blue) = 49+51+215=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #3133D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3133D7 is #CECC28. Grayscale: #444444. Windows color (decimal): -13552681 or 14103345. OLE color: 14103345.

HSL color Cylindrical-coordinate representation of color #3133D7: hue angle of 239.28º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3133D7 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 51 215 -
CMYK 0.77 0.76 0 0.16
HSL 239.28º 0.67% 0.52% -
HSV(B) 239.28º 0.77% 0.84% -
XYZ 14.72 7.93 65.04 -
YUV 69.1 210.34 113.66 -
System Red Green Blue C M Y K H S L
Decimal 49 51 215 0.77 0.76 0 0.16 239.28 0.67 0.52
Hex 31 33 D7 4D 4C 0 10 EF 43 34
Octal 61 63 327 115 114 0 20 357 103 64
Binary 110001 110011 11010111 1001101 1001100 0 10000 11101111 1000011 110100

Color Harmonies of #3133D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3133D7

Black with #3133D7

Text Example


Text Example

White with #3133D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3133D7; }

 p { color: rgb(49,51,215); }

 H1.HeaderClassName
 {
   color: #3133D7;
 }
 .AnyTagClassName
 {
   color: #3133D7;
 }
</style>

background-color css

<style>
 a { background-color: #3133D7; }

 a { background-color: rgb(49,51,215); }

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

border-color css

<style>
 span { border-color: #3133D7; }

 span { border-color: rgb(49,51,215); }

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