Html Css Color HEX #271C52 Paua

📋 copy color: '#271C52'

red 39 ◦ green 28 ◦ blue 82

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

Shades of Paua #271C52

Tints of Paua #271C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

 BLUE value IS 82 (32.42% from 255) = 55.03%

R = 26.17%
G = 18.79%
B = 55.03%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#271C52 (or 0x271C52) is known color: Paua. HEX triplet: 27, 1C and 52. RGB value is (39,28,82). Sum of RGB (Red+Green+Blue) = 39+28+82=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #271C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C52 is #D8E3AD. Grayscale: #252525. Windows color (decimal): -14214062 or 5381159. OLE color: 5381159.

HSL color Cylindrical-coordinate representation of color #271C52: hue angle of 252.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271C52 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 28 82 -
CMYK 0.52 0.66 0 0.68
HSL 252.22º 0.49% 0.22% -
HSV(B) 252.22º 0.66% 0.32% -
XYZ 2.77 1.87 8.2 -
YUV 37.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 39 28 82 0.52 0.66 0 0.68 252.22 0.49 0.22
Hex 27 1C 52 34 42 0 44 FC 31 16
Octal 47 34 122 64 102 0 104 374 61 26
Binary 100111 11100 1010010 110100 1000010 0 1000100 11111100 110001 10110

Color Harmonies of #271C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C52

Black with #271C52

Text Example


Text Example

White with #271C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271C52; }

 p { color: rgb(39,28,82); }

 H1.HeaderClassName
 {
   color: #271C52;
 }
 .AnyTagClassName
 {
   color: #271C52;
 }
</style>

background-color css

<style>
 a { background-color: #271C52; }

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

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

border-color css

<style>
 span { border-color: #271C52; }

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

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