Html Css Color HEX #27265E Paua

📋 copy color: '#27265E'

red 39 ◦ green 38 ◦ blue 94

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

Shades of Paua #27265E

Tints of Paua #27265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 54.97%

R = 22.81%
G = 22.22%
B = 54.97%

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

#27265E (or 0x27265E) is known color: Paua. HEX triplet: 27, 26 and 5E. RGB value is (39,38,94). Sum of RGB (Red+Green+Blue) = 39+38+94=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #27265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27265E is #D8D9A1. Grayscale: #2C2C2C. Windows color (decimal): -14211490 or 6170151. OLE color: 6170151.

HSL color Cylindrical-coordinate representation of color #27265E: hue angle of 241.07º degrees, saturation: 0.42, 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 #27265E is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 38 94 -
CMYK 0.59 0.60 0 0.63
HSL 241.07º 0.42% 0.26% -
HSV(B) 241.07º 0.6% 0.37% -
XYZ 3.55 2.63 10.91 -
YUV 44.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 39 38 94 0.59 0.60 0 0.63 241.07 0.42 0.26
Hex 27 26 5E 3B 3C 0 3F F1 2A 1A
Octal 47 46 136 73 74 0 77 361 52 32
Binary 100111 100110 1011110 111011 111100 0 111111 11110001 101010 11010

Color Harmonies of #27265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27265E

Black with #27265E

Text Example


Text Example

White with #27265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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