Html Css Color HEX #27234D Paua

📋 copy color: '#27234D'

red 39 ◦ green 35 ◦ blue 77

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

Shades of Paua #27234D

Tints of Paua #27234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

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

R = 25.83%
G = 23.18%
B = 50.99%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27234D (or 0x27234D) is known color: Paua. HEX triplet: 27, 23 and 4D. RGB value is (39,35,77). Sum of RGB (Red+Green+Blue) = 39+35+77=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #27234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27234D is #D8DCB2. Grayscale: #282828. Windows color (decimal): -14212275 or 5055271. OLE color: 5055271.

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

Color convert

RGB 39 35 77 -
CMYK 0.49 0.55 0 0.70
HSL 245.71º 0.38% 0.22% -
HSV(B) 245.71º 0.55% 0.3% -
XYZ 2.78 2.17 7.29 -
YUV 40.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 39 35 77 0.49 0.55 0 0.70 245.71 0.38 0.22
Hex 27 23 4D 31 37 0 46 F6 26 16
Octal 47 43 115 61 67 0 106 366 46 26
Binary 100111 100011 1001101 110001 110111 0 1000110 11110110 100110 10110

Color Harmonies of #27234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27234D

Black with #27234D

Text Example


Text Example

White with #27234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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