Html Css Color HEX #27195A Paua

📋 copy color: '#27195A'

red 39 ◦ green 25 ◦ blue 90

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

Shades of Paua #27195A

Tints of Paua #27195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.44%

R = 25.32%
G = 16.23%
B = 58.44%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#27195A (or 0x27195A) is known color: Paua. HEX triplet: 27, 19 and 5A. RGB value is (39,25,90). Sum of RGB (Red+Green+Blue) = 39+25+90=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #27195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27195A is #D8E6A5. Grayscale: #242424. Windows color (decimal): -14214822 or 5904679. OLE color: 5904679.

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

Color convert

RGB 39 25 90 -
CMYK 0.57 0.72 0 0.65
HSL 252.92º 0.57% 0.23% -
HSV(B) 252.92º 0.72% 0.35% -
XYZ 3.03 1.86 9.87 -
YUV 36.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 39 25 90 0.57 0.72 0 0.65 252.92 0.57 0.23
Hex 27 19 5A 39 48 0 41 FD 39 17
Octal 47 31 132 71 110 0 101 375 71 27
Binary 100111 11001 1011010 111001 1001000 0 1000001 11111101 111001 10111

Color Harmonies of #27195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27195A

Black with #27195A

Text Example


Text Example

White with #27195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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