Html Css Color HEX #27175A Paua

📋 copy color: '#27175A'

red 39 ◦ green 23 ◦ blue 90

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

Shades of Paua #27175A

Tints of Paua #27175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 25.66%
G = 15.13%
B = 59.21%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#27175A (or 0x27175A) is known color: Paua. HEX triplet: 27, 17 and 5A. RGB value is (39,23,90). Sum of RGB (Red+Green+Blue) = 39+23+90=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #27175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27175A is #D8E8A5. Grayscale: #232323. Windows color (decimal): -14215334 or 5904167. OLE color: 5904167.

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

Color convert

RGB 39 23 90 -
CMYK 0.57 0.74 0 0.65
HSL 254.33º 0.59% 0.22% -
HSV(B) 254.33º 0.74% 0.35% -
XYZ 2.99 1.78 9.86 -
YUV 35.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 39 23 90 0.57 0.74 0 0.65 254.33 0.59 0.22
Hex 27 17 5A 39 4A 0 41 FE 3B 16
Octal 47 27 132 71 112 0 101 376 73 26
Binary 100111 10111 1011010 111001 1001010 0 1000001 11111110 111011 10110

Color Harmonies of #27175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27175A

Black with #27175A

Text Example


Text Example

White with #27175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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