Html Css Color HEX #27275C Paua

📋 copy color: '#27275C'

red 39 ◦ green 39 ◦ blue 92

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

Shades of Paua #27275C

Tints of Paua #27275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

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

R = 22.94%
G = 22.94%
B = 54.12%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27275C (or 0x27275C) is known color: Paua. HEX triplet: 27, 27 and 5C. RGB value is (39,39,92). Sum of RGB (Red+Green+Blue) = 39+39+92=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #27275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27275C is #D8D8A3. Grayscale: #2C2C2C. Windows color (decimal): -14211236 or 6039335. OLE color: 6039335.

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

Color convert

RGB 39 39 92 -
CMYK 0.58 0.58 0 0.64
HSL 240º 0.4% 0.26% -
HSV(B) 240º 0.58% 0.36% -
XYZ 3.49 2.66 10.45 -
YUV 45.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 39 39 92 0.58 0.58 0 0.64 240 0.4 0.26
Hex 27 27 5C 3A 3A 0 40 F0 28 1A
Octal 47 47 134 72 72 0 100 360 50 32
Binary 100111 100111 1011100 111010 111010 0 1000000 11110000 101000 11010

Color Harmonies of #27275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27275C

Black with #27275C

Text Example


Text Example

White with #27275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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