Html Css Color HEX #27265F Paua

📋 copy color: '#27265F'

red 39 ◦ green 38 ◦ blue 95

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

Shades of Paua #27265F

Tints of Paua #27265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 95 (37.5% from 255) = 55.23%

R = 22.67%
G = 22.09%
B = 55.23%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27265F (or 0x27265F) is known color: Paua. HEX triplet: 27, 26 and 5F. RGB value is (39,38,95). Sum of RGB (Red+Green+Blue) = 39+38+95=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #27265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27265F is #D8D9A0. Grayscale: #2C2C2C. Windows color (decimal): -14211489 or 6235687. OLE color: 6235687.

HSL color Cylindrical-coordinate representation of color #27265F: hue angle of 241.05º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #27265F is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 38 95 -
CMYK 0.59 0.60 0 0.63
HSL 241.05º 0.43% 0.26% -
HSV(B) 241.05º 0.6% 0.37% -
XYZ 3.6 2.64 11.15 -
YUV 44.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 39 38 95 0.59 0.60 0 0.63 241.05 0.43 0.26
Hex 27 26 5F 3B 3C 0 3F F1 2B 1A
Octal 47 46 137 73 74 0 77 361 53 32
Binary 100111 100110 1011111 111011 111100 0 111111 11110001 101011 11010

Color Harmonies of #27265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27265F

Black with #27265F

Text Example


Text Example

White with #27265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27265F; }

 p { color: rgb(39,38,95); }

 H1.HeaderClassName
 {
   color: #27265F;
 }
 .AnyTagClassName
 {
   color: #27265F;
 }
</style>

background-color css

<style>
 a { background-color: #27265F; }

 a { background-color: rgb(39,38,95); }

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

border-color css

<style>
 span { border-color: #27265F; }

 span { border-color: rgb(39,38,95); }

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