Html Css Color HEX #270071 Persian Indigo

📋 copy color: '#270071'

red 39 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #270071

Tints of Persian Indigo #270071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.66%
G = 0%
B = 74.34%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270071 (or 0x270071) is known color: Persian Indigo. HEX triplet: 27, 00 and 71. RGB value is (39,0,113). Sum of RGB (Red+Green+Blue) = 39+0+113=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #270071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270071 is #D8FF8E. Grayscale: #181818. Windows color (decimal): -14221199 or 7405607. OLE color: 7405607.

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

Color convert

RGB 39 0 113 -
CMYK 0.65 1 0 0.56
HSL 260.71º 1% 0.22% -
HSV(B) 260.71º 1% 0.44% -
XYZ 3.82 1.62 15.73 -
YUV 24.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 39 0 113 0.65 1 0 0.56 260.71 1 0.22
Hex 27 0 71 41 64 0 38 105 64 16
Octal 47 0 161 101 144 0 70 405 144 26
Binary 100111 0 1110001 1000001 1100100 0 111000 100000101 1100100 10110

Color Harmonies of #270071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270071

Black with #270071

Text Example


Text Example

White with #270071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270071; }

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

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

background-color css

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

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

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

border-color css

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

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

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