Html Css Color HEX #271858 Paua

📋 copy color: '#271858'

red 39 ◦ green 24 ◦ blue 88

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

Shades of Paua #271858

Tints of Paua #271858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.89%

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

R = 25.83%
G = 15.89%
B = 58.28%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#271858 (or 0x271858) is known color: Paua. HEX triplet: 27, 18 and 58. RGB value is (39,24,88). Sum of RGB (Red+Green+Blue) = 39+24+88=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #271858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271858 is #D8E7A7. Grayscale: #232323. Windows color (decimal): -14215080 or 5773351. OLE color: 5773351.

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

Color convert

RGB 39 24 88 -
CMYK 0.56 0.73 0 0.65
HSL 254.06º 0.57% 0.22% -
HSV(B) 254.06º 0.73% 0.35% -
XYZ 2.92 1.79 9.42 -
YUV 35.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 39 24 88 0.56 0.73 0 0.65 254.06 0.57 0.22
Hex 27 18 58 38 49 0 41 FE 39 16
Octal 47 30 130 70 111 0 101 376 71 26
Binary 100111 11000 1011000 111000 1001001 0 1000001 11111110 111001 10110

Color Harmonies of #271858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271858

Black with #271858

Text Example


Text Example

White with #271858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271858; }

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

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

background-color css

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

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

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

border-color css

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

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

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