Html Css Color HEX #271E53 Paua

📋 copy color: '#271E53'

red 39 ◦ green 30 ◦ blue 83

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

Shades of Paua #271E53

Tints of Paua #271E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 54.61%

R = 25.66%
G = 19.74%
B = 54.61%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#271E53 (or 0x271E53) is known color: Paua. HEX triplet: 27, 1E and 53. RGB value is (39,30,83). Sum of RGB (Red+Green+Blue) = 39+30+83=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #271E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E53 is #D8E1AC. Grayscale: #262626. Windows color (decimal): -14213549 or 5447207. OLE color: 5447207.

HSL color Cylindrical-coordinate representation of color #271E53: hue angle of 250.19º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #271E53 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 30 83 -
CMYK 0.53 0.64 0 0.67
HSL 250.19º 0.47% 0.22% -
HSV(B) 250.19º 0.64% 0.33% -
XYZ 2.86 1.98 8.42 -
YUV 38.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 39 30 83 0.53 0.64 0 0.67 250.19 0.47 0.22
Hex 27 1E 53 35 40 0 43 FA 2F 16
Octal 47 36 123 65 100 0 103 372 57 26
Binary 100111 11110 1010011 110101 1000000 0 1000011 11111010 101111 10110

Color Harmonies of #271E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E53

Black with #271E53

Text Example


Text Example

White with #271E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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