Html Css Color HEX #27254A Paua

📋 copy color: '#27254A'

red 39 ◦ green 37 ◦ blue 74

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

Shades of Paua #27254A

Tints of Paua #27254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

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

R = 26%
G = 24.67%
B = 49.33%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27254A (or 0x27254A) is known color: Paua. HEX triplet: 27, 25 and 4A. RGB value is (39,37,74). Sum of RGB (Red+Green+Blue) = 39+37+74=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #27254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27254A is #D8DAB5. Grayscale: #292929. Windows color (decimal): -14211766 or 4859175. OLE color: 4859175.

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

Color convert

RGB 39 37 74 -
CMYK 0.47 0.50 0 0.71
HSL 243.24º 0.33% 0.22% -
HSV(B) 243.24º 0.5% 0.29% -
XYZ 2.73 2.25 6.77 -
YUV 41.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 39 37 74 0.47 0.50 0 0.71 243.24 0.33 0.22
Hex 27 25 4A 2F 32 0 47 F3 21 16
Octal 47 45 112 57 62 0 107 363 41 26
Binary 100111 100101 1001010 101111 110010 0 1000111 11110011 100001 10110

Color Harmonies of #27254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27254A

Black with #27254A

Text Example


Text Example

White with #27254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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