Html Css Color HEX #27255C Paua

📋 copy color: '#27255C'

red 39 ◦ green 37 ◦ blue 92

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

Shades of Paua #27255C

Tints of Paua #27255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.02%

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

R = 23.21%
G = 22.02%
B = 54.76%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27255C (or 0x27255C) is known color: Paua. HEX triplet: 27, 25 and 5C. RGB value is (39,37,92). Sum of RGB (Red+Green+Blue) = 39+37+92=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #27255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27255C is #D8DAA3. Grayscale: #2B2B2B. Windows color (decimal): -14211748 or 6038823. OLE color: 6038823.

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

Color convert

RGB 39 37 92 -
CMYK 0.58 0.60 0 0.64
HSL 242.18º 0.43% 0.25% -
HSV(B) 242.18º 0.6% 0.36% -
XYZ 3.43 2.53 10.43 -
YUV 43.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 39 37 92 0.58 0.60 0 0.64 242.18 0.43 0.25
Hex 27 25 5C 3A 3C 0 40 F2 2B 19
Octal 47 45 134 72 74 0 100 362 53 31
Binary 100111 100101 1011100 111010 111100 0 1000000 11110010 101011 11001

Color Harmonies of #27255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27255C

Black with #27255C

Text Example


Text Example

White with #27255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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