Html Css Color HEX #271C41 Tolopea

📋 copy color: '#271C41'

red 39 ◦ green 28 ◦ blue 65

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

Shades of Tolopea #271C41

Tints of Tolopea #271C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 29.55%
G = 21.21%
B = 49.24%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#271C41 (or 0x271C41) is known color: Tolopea. HEX triplet: 27, 1C and 41. RGB value is (39,28,65). Sum of RGB (Red+Green+Blue) = 39+28+65=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #271C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C41 is #D8E3BE. Grayscale: #232323. Windows color (decimal): -14214079 or 4267047. OLE color: 4267047.

HSL color Cylindrical-coordinate representation of color #271C41: hue angle of 257.84º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #271C41 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 28 65 -
CMYK 0.40 0.57 0 0.75
HSL 257.84º 0.4% 0.18% -
HSV(B) 257.84º 0.57% 0.25% -
XYZ 2.21 1.64 5.2 -
YUV 35.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 39 28 65 0.40 0.57 0 0.75 257.84 0.4 0.18
Hex 27 1C 41 28 39 0 4B 102 28 12
Octal 47 34 101 50 71 0 113 402 50 22
Binary 100111 11100 1000001 101000 111001 0 1001011 100000010 101000 10010

Color Harmonies of #271C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C41

Black with #271C41

Text Example


Text Example

White with #271C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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