Html Css Color HEX #270177 Persian Indigo

📋 copy color: '#270177'

red 39 ◦ green 1 ◦ blue 119

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

Shades of Persian Indigo #270177

Tints of Persian Indigo #270177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 74.84%

R = 24.53%
G = 0.63%
B = 74.84%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#270177 (or 0x270177) is known color: Persian Indigo. HEX triplet: 27, 01 and 77. RGB value is (39,1,119). Sum of RGB (Red+Green+Blue) = 39+1+119=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #270177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270177 is #D8FE88. Grayscale: #191919. Windows color (decimal): -14220937 or 7799079. OLE color: 7799079.

HSL color Cylindrical-coordinate representation of color #270177: hue angle of 259.32º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270177 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 1 119 -
CMYK 0.67 0.99 0 0.53
HSL 259.32º 0.98% 0.24% -
HSV(B) 259.32º 0.99% 0.47% -
XYZ 4.18 1.78 17.58 -
YUV 25.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 39 1 119 0.67 0.99 0 0.53 259.32 0.98 0.24
Hex 27 1 77 43 63 0 35 103 62 18
Octal 47 1 167 103 143 0 65 403 142 30
Binary 100111 1 1110111 1000011 1100011 0 110101 100000011 1100010 11000

Color Harmonies of #270177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270177

Black with #270177

Text Example


Text Example

White with #270177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270177; }

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

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

background-color css

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

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

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

border-color css

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

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

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