Html Css Color HEX #271FAB Persian Blue

📋 copy color: '#271FAB'

red 39 ◦ green 31 ◦ blue 171

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

Shades of Persian Blue #271FAB

Tints of Persian Blue #271FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 16.18%
G = 12.86%
B = 70.95%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#271FAB (or 0x271FAB) is known color: Persian Blue. HEX triplet: 27, 1F and AB. RGB value is (39,31,171). Sum of RGB (Red+Green+Blue) = 39+31+171=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #271FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271FAB is #D8E054. Grayscale: #303030. Windows color (decimal): -14213205 or 11214631. OLE color: 11214631.

HSL color Cylindrical-coordinate representation of color #271FAB: hue angle of 243.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271FAB is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 31 171 -
CMYK 0.77 0.82 0 0.33
HSL 243.43º 0.69% 0.4% -
HSV(B) 243.43º 0.82% 0.67% -
XYZ 8.68 4.35 38.91 -
YUV 49.35 196.65 120.62 -
System Red Green Blue C M Y K H S L
Decimal 39 31 171 0.77 0.82 0 0.33 243.43 0.69 0.4
Hex 27 1F AB 4D 52 0 21 F3 45 28
Octal 47 37 253 115 122 0 41 363 105 50
Binary 100111 11111 10101011 1001101 1010010 0 100001 11110011 1000101 101000

Color Harmonies of #271FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FAB

Black with #271FAB

Text Example


Text Example

White with #271FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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