Html Css Color HEX #270371 Persian Indigo

📋 copy color: '#270371'

red 39 ◦ green 3 ◦ blue 113

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

Shades of Persian Indigo #270371

Tints of Persian Indigo #270371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 25.16%
G = 1.94%
B = 72.9%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270371 (or 0x270371) is known color: Persian Indigo. HEX triplet: 27, 03 and 71. RGB value is (39,3,113). Sum of RGB (Red+Green+Blue) = 39+3+113=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #270371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270371 is #D8FC8E. Grayscale: #191919. Windows color (decimal): -14220431 or 7406375. OLE color: 7406375.

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

Color convert

RGB 39 3 113 -
CMYK 0.65 0.97 0 0.56
HSL 259.64º 0.95% 0.23% -
HSV(B) 259.64º 0.97% 0.44% -
XYZ 3.85 1.69 15.75 -
YUV 26.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 39 3 113 0.65 0.97 0 0.56 259.64 0.95 0.23
Hex 27 3 71 41 61 0 38 104 5F 17
Octal 47 3 161 101 141 0 70 404 137 27
Binary 100111 11 1110001 1000001 1100001 0 111000 100000100 1011111 10111

Color Harmonies of #270371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270371

Black with #270371

Text Example


Text Example

White with #270371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270371; }

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

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

background-color css

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

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

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

border-color css

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

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

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