Html Css Color HEX #27205A Paua

📋 copy color: '#27205A'

red 39 ◦ green 32 ◦ blue 90

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

Shades of Paua #27205A

Tints of Paua #27205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 24.22%
G = 19.88%
B = 55.9%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#27205A (or 0x27205A) is known color: Paua. HEX triplet: 27, 20 and 5A. RGB value is (39,32,90). Sum of RGB (Red+Green+Blue) = 39+32+90=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #27205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27205A is #D8DFA5. Grayscale: #282828. Windows color (decimal): -14213030 or 5906471. OLE color: 5906471.

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

Color convert

RGB 39 32 90 -
CMYK 0.57 0.64 0 0.65
HSL 247.24º 0.48% 0.24% -
HSV(B) 247.24º 0.64% 0.35% -
XYZ 3.2 2.2 9.93 -
YUV 40.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 39 32 90 0.57 0.64 0 0.65 247.24 0.48 0.24
Hex 27 20 5A 39 40 0 41 F7 30 18
Octal 47 40 132 71 100 0 101 367 60 30
Binary 100111 100000 1011010 111001 1000000 0 1000001 11110111 110000 11000

Color Harmonies of #27205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27205A

Black with #27205A

Text Example


Text Example

White with #27205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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