Html Css Color HEX #27205C Paua

📋 copy color: '#27205C'

red 39 ◦ green 32 ◦ blue 92

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

Shades of Paua #27205C

Tints of Paua #27205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

 BLUE value IS 92 (36.33% from 255) = 56.44%

R = 23.93%
G = 19.63%
B = 56.44%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27205C (or 0x27205C) is known color: Paua. HEX triplet: 27, 20 and 5C. RGB value is (39,32,92). Sum of RGB (Red+Green+Blue) = 39+32+92=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #27205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27205C is #D8DFA3. Grayscale: #282828. Windows color (decimal): -14213028 or 6037543. OLE color: 6037543.

HSL color Cylindrical-coordinate representation of color #27205C: hue angle of 247º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27205C is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 32 92 -
CMYK 0.58 0.65 0 0.64
HSL 247º 0.48% 0.24% -
HSV(B) 247º 0.65% 0.36% -
XYZ 3.28 2.24 10.38 -
YUV 40.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 39 32 92 0.58 0.65 0 0.64 247 0.48 0.24
Hex 27 20 5C 3A 41 0 40 F7 30 18
Octal 47 40 134 72 101 0 100 367 60 30
Binary 100111 100000 1011100 111010 1000001 0 1000000 11110111 110000 11000

Color Harmonies of #27205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27205C

Black with #27205C

Text Example


Text Example

White with #27205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27205C; }

 p { color: rgb(39,32,92); }

 H1.HeaderClassName
 {
   color: #27205C;
 }
 .AnyTagClassName
 {
   color: #27205C;
 }
</style>

background-color css

<style>
 a { background-color: #27205C; }

 a { background-color: rgb(39,32,92); }

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

border-color css

<style>
 span { border-color: #27205C; }

 span { border-color: rgb(39,32,92); }

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