Html Css Color HEX #27195B Paua

📋 copy color: '#27195B'

red 39 ◦ green 25 ◦ blue 91

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

Shades of Paua #27195B

Tints of Paua #27195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

 BLUE value IS 91 (35.94% from 255) = 58.71%

R = 25.16%
G = 16.13%
B = 58.71%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27195B (or 0x27195B) is known color: Paua. HEX triplet: 27, 19 and 5B. RGB value is (39,25,91). Sum of RGB (Red+Green+Blue) = 39+25+91=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #27195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27195B is #D8E6A4. Grayscale: #242424. Windows color (decimal): -14214821 or 5970215. OLE color: 5970215.

HSL color Cylindrical-coordinate representation of color #27195B: hue angle of 252.73º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27195B is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 25 91 -
CMYK 0.57 0.73 0 0.64
HSL 252.73º 0.57% 0.23% -
HSV(B) 252.73º 0.73% 0.36% -
XYZ 3.07 1.88 10.1 -
YUV 36.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 39 25 91 0.57 0.73 0 0.64 252.73 0.57 0.23
Hex 27 19 5B 39 49 0 40 FD 39 17
Octal 47 31 133 71 111 0 100 375 71 27
Binary 100111 11001 1011011 111001 1001001 0 1000000 11111101 111001 10111

Color Harmonies of #27195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27195B

Black with #27195B

Text Example


Text Example

White with #27195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27195B; }

 p { color: rgb(39,25,91); }

 H1.HeaderClassName
 {
   color: #27195B;
 }
 .AnyTagClassName
 {
   color: #27195B;
 }
</style>

background-color css

<style>
 a { background-color: #27195B; }

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

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

border-color css

<style>
 span { border-color: #27195B; }

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

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