Html Css Color HEX #271CE1 Medium Blue

📋 copy color: '#271CE1'

red 39 ◦ green 28 ◦ blue 225

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

Shades of Medium Blue #271CE1

Tints of Medium Blue #271CE1

RGB

 RED value IS 39 (15.63% from 255) = 13.36%

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 225 (88.28% from 255) = 77.05%

R = 13.36%
G = 9.59%
B = 77.05%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#271CE1 (or 0x271CE1) is known color: Medium Blue. HEX triplet: 27, 1C and E1. RGB value is (39,28,225). Sum of RGB (Red+Green+Blue) = 39+28+225=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 225 (88.28% from 255 or 77.05% from 292); Max value from RGB is 225 - color contains mainly: blue. Hex color #271CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CE1 is #D8E31E. Grayscale: #343434. Windows color (decimal): -14213919 or 14752807. OLE color: 14752807.

HSL color Cylindrical-coordinate representation of color #271CE1: hue angle of 243.35º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271CE1 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 28 225 -
CMYK 0.83 0.88 0 0.12
HSL 243.35º 0.78% 0.5% -
HSV(B) 243.35º 0.88% 0.88% -
XYZ 14.84 6.7 71.74 -
YUV 53.75 224.64 117.48 -
System Red Green Blue C M Y K H S L
Decimal 39 28 225 0.83 0.88 0 0.12 243.35 0.78 0.5
Hex 27 1C E1 53 58 0 C F3 4E 32
Octal 47 34 341 123 130 0 14 363 116 62
Binary 100111 11100 11100001 1010011 1011000 0 1100 11110011 1001110 110010

Color Harmonies of #271CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271CE1

Black with #271CE1

Text Example


Text Example

White with #271CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271CE1; }

 p { color: rgb(39,28,225); }

 H1.HeaderClassName
 {
   color: #271CE1;
 }
 .AnyTagClassName
 {
   color: #271CE1;
 }
</style>

background-color css

<style>
 a { background-color: #271CE1; }

 a { background-color: rgb(39,28,225); }

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

border-color css

<style>
 span { border-color: #271CE1; }

 span { border-color: rgb(39,28,225); }

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