Html Css Color HEX #270176 Persian Indigo

📋 copy color: '#270176'

red 39 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #270176

Tints of Persian Indigo #270176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 74.68%

R = 24.68%
G = 0.63%
B = 74.68%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270176 (or 0x270176) is known color: Persian Indigo. HEX triplet: 27, 01 and 76. RGB value is (39,1,118). Sum of RGB (Red+Green+Blue) = 39+1+118=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #270176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270176 is #D8FE89. Grayscale: #191919. Windows color (decimal): -14220938 or 7733543. OLE color: 7733543.

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

Color convert

RGB 39 1 118 -
CMYK 0.67 0.99 0 0.54
HSL 259.49º 0.98% 0.23% -
HSV(B) 259.49º 0.99% 0.46% -
XYZ 4.12 1.76 17.26 -
YUV 25.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 39 1 118 0.67 0.99 0 0.54 259.49 0.98 0.23
Hex 27 1 76 43 63 0 36 103 62 17
Octal 47 1 166 103 143 0 66 403 142 27
Binary 100111 1 1110110 1000011 1100011 0 110110 100000011 1100010 10111

Color Harmonies of #270176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270176

Black with #270176

Text Example


Text Example

White with #270176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270176; }

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

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

background-color css

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

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

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

border-color css

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

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

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