Html Css Color HEX #270471 Persian Indigo

📋 copy color: '#270471'

red 39 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #270471

Tints of Persian Indigo #270471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 25%
G = 2.56%
B = 72.44%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270471 (or 0x270471) is known color: Persian Indigo. HEX triplet: 27, 04 and 71. RGB value is (39,4,113). Sum of RGB (Red+Green+Blue) = 39+4+113=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #270471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270471 is #D8FB8E. Grayscale: #1A1A1A. Windows color (decimal): -14220175 or 7406631. OLE color: 7406631.

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

Color convert

RGB 39 4 113 -
CMYK 0.65 0.96 0 0.56
HSL 259.27º 0.93% 0.23% -
HSV(B) 259.27º 0.96% 0.44% -
XYZ 3.86 1.71 15.75 -
YUV 26.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 39 4 113 0.65 0.96 0 0.56 259.27 0.93 0.23
Hex 27 4 71 41 60 0 38 103 5D 17
Octal 47 4 161 101 140 0 70 403 135 27
Binary 100111 100 1110001 1000001 1100000 0 111000 100000011 1011101 10111

Color Harmonies of #270471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270471

Black with #270471

Text Example


Text Example

White with #270471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270471; }

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

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

background-color css

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

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

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

border-color css

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

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

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