Html Css Color HEX #271E58 Paua

📋 copy color: '#271E58'

red 39 ◦ green 30 ◦ blue 88

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

Shades of Paua #271E58

Tints of Paua #271E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

 BLUE value IS 88 (34.77% from 255) = 56.05%

R = 24.84%
G = 19.11%
B = 56.05%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#271E58 (or 0x271E58) is known color: Paua. HEX triplet: 27, 1E and 58. RGB value is (39,30,88). Sum of RGB (Red+Green+Blue) = 39+30+88=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #271E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E58 is #D8E1A7. Grayscale: #272727. Windows color (decimal): -14213544 or 5774887. OLE color: 5774887.

HSL color Cylindrical-coordinate representation of color #271E58: hue angle of 249.31º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271E58 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 30 88 -
CMYK 0.56 0.66 0 0.65
HSL 249.31º 0.49% 0.23% -
HSV(B) 249.31º 0.66% 0.35% -
XYZ 3.06 2.06 9.47 -
YUV 39.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 39 30 88 0.56 0.66 0 0.65 249.31 0.49 0.23
Hex 27 1E 58 38 42 0 41 F9 31 17
Octal 47 36 130 70 102 0 101 371 61 27
Binary 100111 11110 1011000 111000 1000010 0 1000001 11111001 110001 10111

Color Harmonies of #271E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E58

Black with #271E58

Text Example


Text Example

White with #271E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,30,88); }

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

background-color css

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

 a { background-color: rgb(39,30,88); }

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

border-color css

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

 span { border-color: rgb(39,30,88); }

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