Html Css Color HEX #272650 Paua

📋 copy color: '#272650'

red 39 ◦ green 38 ◦ blue 80

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

Shades of Paua #272650

Tints of Paua #272650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 24.84%
G = 24.2%
B = 50.96%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#272650 (or 0x272650) is known color: Paua. HEX triplet: 27, 26 and 50. RGB value is (39,38,80). Sum of RGB (Red+Green+Blue) = 39+38+80=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #272650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272650 is #D8D9AF. Grayscale: #2A2A2A. Windows color (decimal): -14211504 or 5252647. OLE color: 5252647.

HSL color Cylindrical-coordinate representation of color #272650: hue angle of 241.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #272650 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 38 80 -
CMYK 0.51 0.52 0 0.69
HSL 241.43º 0.36% 0.23% -
HSV(B) 241.43º 0.53% 0.31% -
XYZ 2.98 2.4 7.9 -
YUV 43.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 39 38 80 0.51 0.52 0 0.69 241.43 0.36 0.23
Hex 27 26 50 33 34 0 45 F1 24 17
Octal 47 46 120 63 64 0 105 361 44 27
Binary 100111 100110 1010000 110011 110100 0 1000101 11110001 100100 10111

Color Harmonies of #272650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272650

Black with #272650

Text Example


Text Example

White with #272650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272650; }

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

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

background-color css

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

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

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

border-color css

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

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

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