Html Css Color HEX #271BAE Persian Blue

📋 copy color: '#271BAE'

red 39 ◦ green 27 ◦ blue 174

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

Shades of Persian Blue #271BAE

Tints of Persian Blue #271BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

 BLUE value IS 174 (68.36% from 255) = 72.5%

R = 16.25%
G = 11.25%
B = 72.5%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#271BAE (or 0x271BAE) is known color: Persian Blue. HEX triplet: 27, 1B and AE. RGB value is (39,27,174). Sum of RGB (Red+Green+Blue) = 39+27+174=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #271BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271BAE is #D8E451. Grayscale: #2E2E2E. Windows color (decimal): -14214226 or 11410215. OLE color: 11410215.

HSL color Cylindrical-coordinate representation of color #271BAE: hue angle of 244.9º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271BAE is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 27 174 -
CMYK 0.78 0.84 0 0.32
HSL 244.9º 0.73% 0.39% -
HSV(B) 244.9º 0.84% 0.68% -
XYZ 8.87 4.27 40.4 -
YUV 47.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 39 27 174 0.78 0.84 0 0.32 244.9 0.73 0.39
Hex 27 1B AE 4E 54 0 20 F5 49 27
Octal 47 33 256 116 124 0 40 365 111 47
Binary 100111 11011 10101110 1001110 1010100 0 100000 11110101 1001001 100111

Color Harmonies of #271BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271BAE

Black with #271BAE

Text Example


Text Example

White with #271BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,27,174); }

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

background-color css

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

 a { background-color: rgb(39,27,174); }

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

border-color css

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

 span { border-color: rgb(39,27,174); }

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