Html Css Color HEX #27224E Paua

📋 copy color: '#27224E'

red 39 ◦ green 34 ◦ blue 78

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

Shades of Paua #27224E

Tints of Paua #27224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 51.66%

R = 25.83%
G = 22.52%
B = 51.66%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#27224E (or 0x27224E) is known color: Paua. HEX triplet: 27, 22 and 4E. RGB value is (39,34,78). Sum of RGB (Red+Green+Blue) = 39+34+78=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #27224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27224E is #D8DDB1. Grayscale: #282828. Windows color (decimal): -14212530 or 5120551. OLE color: 5120551.

HSL color Cylindrical-coordinate representation of color #27224E: hue angle of 246.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #27224E is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 34 78 -
CMYK 0.50 0.56 0 0.69
HSL 246.82º 0.39% 0.22% -
HSV(B) 246.82º 0.56% 0.31% -
XYZ 2.78 2.13 7.47 -
YUV 40.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 39 34 78 0.50 0.56 0 0.69 246.82 0.39 0.22
Hex 27 22 4E 32 38 0 45 F7 27 16
Octal 47 42 116 62 70 0 105 367 47 26
Binary 100111 100010 1001110 110010 111000 0 1000101 11110111 100111 10110

Color Harmonies of #27224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27224E

Black with #27224E

Text Example


Text Example

White with #27224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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