#271FBE

Color #271FBE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #271FBE

Tints of Persian Blue #271FBE

Color information

#271FBE (or 0x271FBE) is unknown color: approx Persian Blue. HEX triplet: 27, 1F and BE. RGB value is (39,31,190). Sum of RGB (Red+Green+Blue) = 39+31+190=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #271FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FBE is #D8E041. Grayscale: #323232. Windows color (decimal): -14213186 or 12459815. OLE color: 12459815.

HSL color Cylindrical-coordinate representation of color #271FBE: hue angle of 243.02º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271FBE is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3931190-
CMYK0.790.8400.25
HSL243.02º71.95%43.33%-
HSV(B)243.02º83.68%74.51%-
XYZ10.625.1349.15-
YUV51.52206.15119.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 190 (74.61% from 255) = 73.08%
R=15%
G=11.92%
B=73.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39311900.790.8400.25243.0271.9543.33
Hex271FBE4F54019f3482b
Octal473727611712403136311053
Binary100111111111011111010011111010100011001111100111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #271FBE;
 }
 .AnyTagClassName
 {
   color: #271FBE;
 }
</style>
background-color css

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

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

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

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

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

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