Html Css Color HEX #27225C Paua

📋 copy color: '#27225C'

red 39 ◦ green 34 ◦ blue 92

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

Shades of Paua #27225C

Tints of Paua #27225C

RGB

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

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

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

R = 23.64%
G = 20.61%
B = 55.76%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27225C (or 0x27225C) is known color: Paua. HEX triplet: 27, 22 and 5C. RGB value is (39,34,92). Sum of RGB (Red+Green+Blue) = 39+34+92=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #27225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27225C is #D8DDA3. Grayscale: #292929. Windows color (decimal): -14212516 or 6038055. OLE color: 6038055.

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

Color convert

RGB 39 34 92 -
CMYK 0.58 0.63 0 0.64
HSL 245.17º 0.46% 0.25% -
HSV(B) 245.17º 0.63% 0.36% -
XYZ 3.34 2.35 10.4 -
YUV 42.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 39 34 92 0.58 0.63 0 0.64 245.17 0.46 0.25
Hex 27 22 5C 3A 3F 0 40 F5 2E 19
Octal 47 42 134 72 77 0 100 365 56 31
Binary 100111 100010 1011100 111010 111111 0 1000000 11110101 101110 11001

Color Harmonies of #27225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27225C

Black with #27225C

Text Example


Text Example

White with #27225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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