Html Css Color HEX #27225A Paua

📋 copy color: '#27225A'

red 39 ◦ green 34 ◦ blue 90

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

Shades of Paua #27225A

Tints of Paua #27225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

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

R = 23.93%
G = 20.86%
B = 55.21%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#27225A (or 0x27225A) is known color: Paua. HEX triplet: 27, 22 and 5A. RGB value is (39,34,90). Sum of RGB (Red+Green+Blue) = 39+34+90=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #27225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27225A is #D8DDA5. Grayscale: #292929. Windows color (decimal): -14212518 or 5906983. OLE color: 5906983.

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

Color convert

RGB 39 34 90 -
CMYK 0.57 0.62 0 0.65
HSL 245.36º 0.45% 0.24% -
HSV(B) 245.36º 0.62% 0.35% -
XYZ 3.25 2.31 9.95 -
YUV 41.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 39 34 90 0.57 0.62 0 0.65 245.36 0.45 0.24
Hex 27 22 5A 39 3E 0 41 F5 2D 18
Octal 47 42 132 71 76 0 101 365 55 30
Binary 100111 100010 1011010 111001 111110 0 1000001 11110101 101101 11000

Color Harmonies of #27225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27225A

Black with #27225A

Text Example


Text Example

White with #27225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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