Html Css Color HEX #271074 Persian Indigo

📋 copy color: '#271074'

red 39 ◦ green 16 ◦ blue 116

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

Shades of Persian Indigo #271074

Tints of Persian Indigo #271074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

 BLUE value IS 116 (45.7% from 255) = 67.84%

R = 22.81%
G = 9.36%
B = 67.84%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#271074 (or 0x271074) is known color: Persian Indigo. HEX triplet: 27, 10 and 74. RGB value is (39,16,116). Sum of RGB (Red+Green+Blue) = 39+16+116=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #271074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271074 is #D8EF8B. Grayscale: #212121. Windows color (decimal): -14217100 or 7606311. OLE color: 7606311.

HSL color Cylindrical-coordinate representation of color #271074: hue angle of 253.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271074 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 16 116 -
CMYK 0.66 0.86 0 0.55
HSL 253.8º 0.76% 0.26% -
HSV(B) 253.8º 0.86% 0.45% -
XYZ 4.17 2.06 16.7 -
YUV 34.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 39 16 116 0.66 0.86 0 0.55 253.8 0.76 0.26
Hex 27 10 74 42 56 0 37 FE 4C 1A
Octal 47 20 164 102 126 0 67 376 114 32
Binary 100111 10000 1110100 1000010 1010110 0 110111 11111110 1001100 11010

Color Harmonies of #271074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271074

Black with #271074

Text Example


Text Example

White with #271074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271074; }

 p { color: rgb(39,16,116); }

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

background-color css

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

 a { background-color: rgb(39,16,116); }

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

border-color css

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

 span { border-color: rgb(39,16,116); }

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