Html Css Color HEX #271EAB Persian Blue

📋 copy color: '#271EAB'

red 39 ◦ green 30 ◦ blue 171

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

Shades of Persian Blue #271EAB

Tints of Persian Blue #271EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

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

R = 16.25%
G = 12.5%
B = 71.25%

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

#271EAB (or 0x271EAB) is known color: Persian Blue. HEX triplet: 27, 1E and AB. RGB value is (39,30,171). Sum of RGB (Red+Green+Blue) = 39+30+171=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #271EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271EAB is #D8E154. Grayscale: #303030. Windows color (decimal): -14213461 or 11214375. OLE color: 11214375.

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

Color convert

RGB 39 30 171 -
CMYK 0.77 0.82 0 0.33
HSL 243.83º 0.7% 0.39% -
HSV(B) 243.83º 0.82% 0.67% -
XYZ 8.65 4.3 38.9 -
YUV 48.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 39 30 171 0.77 0.82 0 0.33 243.83 0.7 0.39
Hex 27 1E AB 4D 52 0 21 F4 46 27
Octal 47 36 253 115 122 0 41 364 106 47
Binary 100111 11110 10101011 1001101 1010010 0 100001 11110100 1000110 100111

Color Harmonies of #271EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EAB

Black with #271EAB

Text Example


Text Example

White with #271EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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