Html Css Color HEX #271FAE Persian Blue

📋 copy color: '#271FAE'

red 39 ◦ green 31 ◦ blue 174

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

Shades of Persian Blue #271FAE

Tints of Persian Blue #271FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.7%

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

R = 15.98%
G = 12.7%
B = 71.31%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#271FAE (or 0x271FAE) is known color: Persian Blue. HEX triplet: 27, 1F and AE. RGB value is (39,31,174). Sum of RGB (Red+Green+Blue) = 39+31+174=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #271FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271FAE is #D8E051. Grayscale: #313131. Windows color (decimal): -14213202 or 11411239. OLE color: 11411239.

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

Color convert

RGB 39 31 174 -
CMYK 0.78 0.82 0 0.32
HSL 243.36º 0.7% 0.4% -
HSV(B) 243.36º 0.82% 0.68% -
XYZ 8.97 4.47 40.43 -
YUV 49.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 39 31 174 0.78 0.82 0 0.32 243.36 0.7 0.4
Hex 27 1F AE 4E 52 0 20 F3 46 28
Octal 47 37 256 116 122 0 40 363 106 50
Binary 100111 11111 10101110 1001110 1010010 0 100000 11110011 1000110 101000

Color Harmonies of #271FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FAE

Black with #271FAE

Text Example


Text Example

White with #271FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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