Html Css Color HEX #27265C Paua

📋 copy color: '#27265C'

red 39 ◦ green 38 ◦ blue 92

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

Shades of Paua #27265C

Tints of Paua #27265C

RGB

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

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

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

R = 23.08%
G = 22.49%
B = 54.44%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27265C (or 0x27265C) is known color: Paua. HEX triplet: 27, 26 and 5C. RGB value is (39,38,92). Sum of RGB (Red+Green+Blue) = 39+38+92=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #27265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27265C is #D8D9A3. Grayscale: #2C2C2C. Windows color (decimal): -14211492 or 6039079. OLE color: 6039079.

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

Color convert

RGB 39 38 92 -
CMYK 0.58 0.59 0 0.64
HSL 241.11º 0.42% 0.25% -
HSV(B) 241.11º 0.59% 0.36% -
XYZ 3.46 2.59 10.44 -
YUV 44.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 39 38 92 0.58 0.59 0 0.64 241.11 0.42 0.25
Hex 27 26 5C 3A 3B 0 40 F1 2A 19
Octal 47 46 134 72 73 0 100 361 52 31
Binary 100111 100110 1011100 111010 111011 0 1000000 11110001 101010 11001

Color Harmonies of #27265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27265C

Black with #27265C

Text Example


Text Example

White with #27265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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