Html Css Color HEX #27254E Paua

📋 copy color: '#27254E'

red 39 ◦ green 37 ◦ blue 78

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

Shades of Paua #27254E

Tints of Paua #27254E

RGB

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

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

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

R = 25.32%
G = 24.03%
B = 50.65%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#27254E (or 0x27254E) is known color: Paua. HEX triplet: 27, 25 and 4E. RGB value is (39,37,78). Sum of RGB (Red+Green+Blue) = 39+37+78=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #27254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27254E is #D8DAB1. Grayscale: #2A2A2A. Windows color (decimal): -14211762 or 5121319. OLE color: 5121319.

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

Color convert

RGB 39 37 78 -
CMYK 0.50 0.53 0 0.69
HSL 242.93º 0.36% 0.23% -
HSV(B) 242.93º 0.53% 0.31% -
XYZ 2.87 2.3 7.5 -
YUV 42.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 39 37 78 0.50 0.53 0 0.69 242.93 0.36 0.23
Hex 27 25 4E 32 35 0 45 F3 24 17
Octal 47 45 116 62 65 0 105 363 44 27
Binary 100111 100101 1001110 110010 110101 0 1000101 11110011 100100 10111

Color Harmonies of #27254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27254E

Black with #27254E

Text Example


Text Example

White with #27254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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