Html Css Color HEX #271B59 Paua

📋 copy color: '#271B59'

red 39 ◦ green 27 ◦ blue 89

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

Shades of Paua #271B59

Tints of Paua #271B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 57.42%

R = 25.16%
G = 17.42%
B = 57.42%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#271B59 (or 0x271B59) is known color: Paua. HEX triplet: 27, 1B and 59. RGB value is (39,27,89). Sum of RGB (Red+Green+Blue) = 39+27+89=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #271B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B59 is #D8E4A6. Grayscale: #252525. Windows color (decimal): -14214311 or 5839655. OLE color: 5839655.

HSL color Cylindrical-coordinate representation of color #271B59: hue angle of 251.61º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #271B59 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 27 89 -
CMYK 0.56 0.70 0 0.65
HSL 251.61º 0.53% 0.23% -
HSV(B) 251.61º 0.7% 0.35% -
XYZ 3.03 1.94 9.67 -
YUV 37.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 39 27 89 0.56 0.70 0 0.65 251.61 0.53 0.23
Hex 27 1B 59 38 46 0 41 FC 35 17
Octal 47 33 131 70 106 0 101 374 65 27
Binary 100111 11011 1011001 111000 1000110 0 1000001 11111100 110101 10111

Color Harmonies of #271B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B59

Black with #271B59

Text Example


Text Example

White with #271B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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