Html Css Color HEX #270271 Persian Indigo

📋 copy color: '#270271'

red 39 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #270271

Tints of Persian Indigo #270271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

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

R = 25.32%
G = 1.3%
B = 73.38%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270271 (or 0x270271) is known color: Persian Indigo. HEX triplet: 27, 02 and 71. RGB value is (39,2,113). Sum of RGB (Red+Green+Blue) = 39+2+113=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #270271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270271 is #D8FD8E. Grayscale: #191919. Windows color (decimal): -14220687 or 7406119. OLE color: 7406119.

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

Color convert

RGB 39 2 113 -
CMYK 0.65 0.98 0 0.56
HSL 260º 0.97% 0.23% -
HSV(B) 260º 0.98% 0.44% -
XYZ 3.84 1.67 15.74 -
YUV 25.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 39 2 113 0.65 0.98 0 0.56 260 0.97 0.23
Hex 27 2 71 41 62 0 38 104 61 17
Octal 47 2 161 101 142 0 70 404 141 27
Binary 100111 10 1110001 1000001 1100010 0 111000 100000100 1100001 10111

Color Harmonies of #270271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270271

Black with #270271

Text Example


Text Example

White with #270271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270271; }

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

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

background-color css

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

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

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

border-color css

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

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

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