Html Css Color HEX #270171 Persian Indigo

📋 copy color: '#270171'

red 39 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #270171

Tints of Persian Indigo #270171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 25.49%
G = 0.65%
B = 73.86%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270171 (or 0x270171) is known color: Persian Indigo. HEX triplet: 27, 01 and 71. RGB value is (39,1,113). Sum of RGB (Red+Green+Blue) = 39+1+113=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #270171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270171 is #D8FE8E. Grayscale: #181818. Windows color (decimal): -14220943 or 7405863. OLE color: 7405863.

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

Color convert

RGB 39 1 113 -
CMYK 0.65 0.99 0 0.56
HSL 260.36º 0.98% 0.22% -
HSV(B) 260.36º 0.99% 0.44% -
XYZ 3.83 1.65 15.74 -
YUV 25.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 39 1 113 0.65 0.99 0 0.56 260.36 0.98 0.22
Hex 27 1 71 41 63 0 38 104 62 16
Octal 47 1 161 101 143 0 70 404 142 26
Binary 100111 1 1110001 1000001 1100011 0 111000 100000100 1100010 10110

Color Harmonies of #270171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270171

Black with #270171

Text Example


Text Example

White with #270171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270171; }

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

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

background-color css

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

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

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

border-color css

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

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

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