Html Css Color HEX #271C50 Paua

📋 copy color: '#271C50'

red 39 ◦ green 28 ◦ blue 80

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

Shades of Paua #271C50

Tints of Paua #271C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

 BLUE value IS 80 (31.64% from 255) = 54.42%

R = 26.53%
G = 19.05%
B = 54.42%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#271C50 (or 0x271C50) is known color: Paua. HEX triplet: 27, 1C and 50. RGB value is (39,28,80). Sum of RGB (Red+Green+Blue) = 39+28+80=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #271C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C50 is #D8E3AF. Grayscale: #252525. Windows color (decimal): -14214064 or 5250087. OLE color: 5250087.

HSL color Cylindrical-coordinate representation of color #271C50: hue angle of 252.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271C50 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 28 80 -
CMYK 0.51 0.65 0 0.69
HSL 252.69º 0.48% 0.21% -
HSV(B) 252.69º 0.65% 0.31% -
XYZ 2.7 1.84 7.8 -
YUV 37.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 39 28 80 0.51 0.65 0 0.69 252.69 0.48 0.21
Hex 27 1C 50 33 41 0 45 FD 30 15
Octal 47 34 120 63 101 0 105 375 60 25
Binary 100111 11100 1010000 110011 1000001 0 1000101 11111101 110000 10101

Color Harmonies of #271C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C50

Black with #271C50

Text Example


Text Example

White with #271C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,80); }

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

background-color css

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

 a { background-color: rgb(39,28,80); }

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

border-color css

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

 span { border-color: rgb(39,28,80); }

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