Html Css Color HEX #271AD1 Persian Blue

📋 copy color: '#271AD1'

red 39 ◦ green 26 ◦ blue 209

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

Shades of Persian Blue #271AD1

Tints of Persian Blue #271AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

 BLUE value IS 209 (82.03% from 255) = 76.28%

R = 14.23%
G = 9.49%
B = 76.28%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#271AD1 (or 0x271AD1) is known color: Persian Blue. HEX triplet: 27, 1A and D1. RGB value is (39,26,209). Sum of RGB (Red+Green+Blue) = 39+26+209=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 209 (82.03% from 255 or 76.28% from 274); Max value from RGB is 209 - color contains mainly: blue. Hex color #271AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271AD1 is #D8E52E. Grayscale: #323232. Windows color (decimal): -14214447 or 13703719. OLE color: 13703719.

HSL color Cylindrical-coordinate representation of color #271AD1: hue angle of 244.26º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271AD1 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 26 209 -
CMYK 0.81 0.88 0 0.18
HSL 244.26º 0.78% 0.46% -
HSV(B) 244.26º 0.88% 0.82% -
XYZ 12.71 5.77 60.77 -
YUV 50.75 217.31 119.62 -
System Red Green Blue C M Y K H S L
Decimal 39 26 209 0.81 0.88 0 0.18 244.26 0.78 0.46
Hex 27 1A D1 51 58 0 12 F4 4E 2E
Octal 47 32 321 121 130 0 22 364 116 56
Binary 100111 11010 11010001 1010001 1011000 0 10010 11110100 1001110 101110

Color Harmonies of #271AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271AD1

Black with #271AD1

Text Example


Text Example

White with #271AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,26,209); }

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

background-color css

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

 a { background-color: rgb(39,26,209); }

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

border-color css

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

 span { border-color: rgb(39,26,209); }

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