Html Css Color HEX #270771 Persian Indigo

📋 copy color: '#270771'

red 39 ◦ green 7 ◦ blue 113

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

Shades of Persian Indigo #270771

Tints of Persian Indigo #270771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 24.53%
G = 4.4%
B = 71.07%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270771 (or 0x270771) is known color: Persian Indigo. HEX triplet: 27, 07 and 71. RGB value is (39,7,113). Sum of RGB (Red+Green+Blue) = 39+7+113=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #270771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270771 is #D8F88E. Grayscale: #1C1C1C. Windows color (decimal): -14219407 or 7407399. OLE color: 7407399.

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

Color convert

RGB 39 7 113 -
CMYK 0.65 0.94 0 0.56
HSL 258.11º 0.88% 0.24% -
HSV(B) 258.11º 0.94% 0.44% -
XYZ 3.89 1.78 15.76 -
YUV 28.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 39 7 113 0.65 0.94 0 0.56 258.11 0.88 0.24
Hex 27 7 71 41 5E 0 38 102 58 18
Octal 47 7 161 101 136 0 70 402 130 30
Binary 100111 111 1110001 1000001 1011110 0 111000 100000010 1011000 11000

Color Harmonies of #270771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270771

Black with #270771

Text Example


Text Example

White with #270771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270771; }

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

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

background-color css

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

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

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

border-color css

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

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

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