Html Css Color HEX #270971 Persian Indigo

📋 copy color: '#270971'

red 39 ◦ green 9 ◦ blue 113

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

Shades of Persian Indigo #270971

Tints of Persian Indigo #270971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 113 (44.53% from 255) = 70.19%

R = 24.22%
G = 5.59%
B = 70.19%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270971 (or 0x270971) is known color: Persian Indigo. HEX triplet: 27, 09 and 71. RGB value is (39,9,113). Sum of RGB (Red+Green+Blue) = 39+9+113=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #270971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270971 is #D8F68E. Grayscale: #1D1D1D. Windows color (decimal): -14218895 or 7407911. OLE color: 7407911.

HSL color Cylindrical-coordinate representation of color #270971: hue angle of 257.31º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270971 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 9 113 -
CMYK 0.65 0.92 0 0.56
HSL 257.31º 0.85% 0.24% -
HSV(B) 257.31º 0.92% 0.44% -
XYZ 3.92 1.82 15.77 -
YUV 29.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 39 9 113 0.65 0.92 0 0.56 257.31 0.85 0.24
Hex 27 9 71 41 5C 0 38 101 55 18
Octal 47 11 161 101 134 0 70 401 125 30
Binary 100111 1001 1110001 1000001 1011100 0 111000 100000001 1010101 11000

Color Harmonies of #270971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270971

Black with #270971

Text Example


Text Example

White with #270971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270971; }

 p { color: rgb(39,9,113); }

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

background-color css

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

 a { background-color: rgb(39,9,113); }

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

border-color css

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

 span { border-color: rgb(39,9,113); }

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