Html Css Color HEX #271BAF Persian Blue

📋 copy color: '#271BAF'

red 39 ◦ green 27 ◦ blue 175

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

Shades of Persian Blue #271BAF

Tints of Persian Blue #271BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.61%

R = 16.18%
G = 11.2%
B = 72.61%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#271BAF (or 0x271BAF) is known color: Persian Blue. HEX triplet: 27, 1B and AF. RGB value is (39,27,175). Sum of RGB (Red+Green+Blue) = 39+27+175=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #271BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271BAF is #D8E450. Grayscale: #2E2E2E. Windows color (decimal): -14214225 or 11475751. OLE color: 11475751.

HSL color Cylindrical-coordinate representation of color #271BAF: hue angle of 244.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271BAF is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 39 27 175 -
CMYK 0.78 0.85 0 0.31
HSL 244.86º 0.73% 0.4% -
HSV(B) 244.86º 0.85% 0.69% -
XYZ 8.97 4.31 40.92 -
YUV 47.46 199.98 121.97 -
System Red Green Blue C M Y K H S L
Decimal 39 27 175 0.78 0.85 0 0.31 244.86 0.73 0.4
Hex 27 1B AF 4E 55 0 1F F5 49 28
Octal 47 33 257 116 125 0 37 365 111 50
Binary 100111 11011 10101111 1001110 1010101 0 11111 11110101 1001001 101000

Color Harmonies of #271BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271BAF

Black with #271BAF

Text Example


Text Example

White with #271BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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