Html Css Color HEX #272250 Paua

📋 copy color: '#272250'

red 39 ◦ green 34 ◦ blue 80

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

Shades of Paua #272250

Tints of Paua #272250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 25.49%
G = 22.22%
B = 52.29%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#272250 (or 0x272250) is known color: Paua. HEX triplet: 27, 22 and 50. RGB value is (39,34,80). Sum of RGB (Red+Green+Blue) = 39+34+80=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #272250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272250 is #D8DDAF. Grayscale: #282828. Windows color (decimal): -14212528 or 5251623. OLE color: 5251623.

HSL color Cylindrical-coordinate representation of color #272250: hue angle of 246.52º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #272250 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 34 80 -
CMYK 0.51 0.58 0 0.69
HSL 246.52º 0.4% 0.22% -
HSV(B) 246.52º 0.58% 0.31% -
XYZ 2.86 2.15 7.85 -
YUV 40.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 39 34 80 0.51 0.58 0 0.69 246.52 0.4 0.22
Hex 27 22 50 33 3A 0 45 F7 28 16
Octal 47 42 120 63 72 0 105 367 50 26
Binary 100111 100010 1010000 110011 111010 0 1000101 11110111 101000 10110

Color Harmonies of #272250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272250

Black with #272250

Text Example


Text Example

White with #272250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272250; }

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

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

background-color css

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

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

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

border-color css

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

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

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