Html Css Color HEX #27264D Paua

📋 copy color: '#27264D'

red 39 ◦ green 38 ◦ blue 77

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

Shades of Paua #27264D

Tints of Paua #27264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 50%

R = 25.32%
G = 24.68%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27264D (or 0x27264D) is known color: Paua. HEX triplet: 27, 26 and 4D. RGB value is (39,38,77). Sum of RGB (Red+Green+Blue) = 39+38+77=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #27264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27264D is #D8D9B2. Grayscale: #2A2A2A. Windows color (decimal): -14211507 or 5056039. OLE color: 5056039.

HSL color Cylindrical-coordinate representation of color #27264D: hue angle of 241.54º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27264D is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 38 77 -
CMYK 0.49 0.51 0 0.70
HSL 241.54º 0.34% 0.23% -
HSV(B) 241.54º 0.51% 0.3% -
XYZ 2.87 2.35 7.32 -
YUV 42.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 39 38 77 0.49 0.51 0 0.70 241.54 0.34 0.23
Hex 27 26 4D 31 33 0 46 F2 22 17
Octal 47 46 115 61 63 0 106 362 42 27
Binary 100111 100110 1001101 110001 110011 0 1000110 11110010 100010 10111

Color Harmonies of #27264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27264D

Black with #27264D

Text Example


Text Example

White with #27264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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