Html Css Color HEX #271ED5 Persian Blue

📋 copy color: '#271ED5'

red 39 ◦ green 30 ◦ blue 213

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

Shades of Persian Blue #271ED5

Tints of Persian Blue #271ED5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.64%

 BLUE value IS 213 (83.59% from 255) = 75.53%

R = 13.83%
G = 10.64%
B = 75.53%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#271ED5 (or 0x271ED5) is known color: Persian Blue. HEX triplet: 27, 1E and D5. RGB value is (39,30,213). Sum of RGB (Red+Green+Blue) = 39+30+213=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 213 (83.59% from 255 or 75.53% from 282); Max value from RGB is 213 - color contains mainly: blue. Hex color #271ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271ED5 is #D8E12A. Grayscale: #343434. Windows color (decimal): -14213419 or 13966887. OLE color: 13966887.

HSL color Cylindrical-coordinate representation of color #271ED5: hue angle of 242.95º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271ED5 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 30 213 -
CMYK 0.82 0.86 0 0.16
HSL 242.95º 0.75% 0.48% -
HSV(B) 242.95º 0.86% 0.84% -
XYZ 13.31 6.16 63.44 -
YUV 53.55 217.98 117.62 -
System Red Green Blue C M Y K H S L
Decimal 39 30 213 0.82 0.86 0 0.16 242.95 0.75 0.48
Hex 27 1E D5 52 56 0 10 F3 4B 30
Octal 47 36 325 122 126 0 20 363 113 60
Binary 100111 11110 11010101 1010010 1010110 0 10000 11110011 1001011 110000

Color Harmonies of #271ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271ED5

Black with #271ED5

Text Example


Text Example

White with #271ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,30,213); }

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

background-color css

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

 a { background-color: rgb(39,30,213); }

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

border-color css

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

 span { border-color: rgb(39,30,213); }

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