Html Css Color HEX #27244A Paua

📋 copy color: '#27244A'

red 39 ◦ green 36 ◦ blue 74

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

Shades of Paua #27244A

Tints of Paua #27244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.16%

 BLUE value IS 74 (29.3% from 255) = 49.66%

R = 26.17%
G = 24.16%
B = 49.66%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27244A (or 0x27244A) is known color: Paua. HEX triplet: 27, 24 and 4A. RGB value is (39,36,74). Sum of RGB (Red+Green+Blue) = 39+36+74=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #27244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27244A is #D8DBB5. Grayscale: #292929. Windows color (decimal): -14212022 or 4858919. OLE color: 4858919.

HSL color Cylindrical-coordinate representation of color #27244A: hue angle of 244.74º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27244A is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 36 74 -
CMYK 0.47 0.51 0 0.71
HSL 244.74º 0.35% 0.22% -
HSV(B) 244.74º 0.51% 0.29% -
XYZ 2.7 2.19 6.76 -
YUV 41.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 39 36 74 0.47 0.51 0 0.71 244.74 0.35 0.22
Hex 27 24 4A 2F 33 0 47 F5 23 16
Octal 47 44 112 57 63 0 107 365 43 26
Binary 100111 100100 1001010 101111 110011 0 1000111 11110101 100011 10110

Color Harmonies of #27244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27244A

Black with #27244A

Text Example


Text Example

White with #27244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27244A; }

 p { color: rgb(39,36,74); }

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

background-color css

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

 a { background-color: rgb(39,36,74); }

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

border-color css

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

 span { border-color: rgb(39,36,74); }

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