Html Css Color HEX #270180 Persian Indigo

📋 copy color: '#270180'

red 39 ◦ green 1 ◦ blue 128

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

Shades of Persian Indigo #270180

Tints of Persian Indigo #270180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 76.19%

R = 23.21%
G = 0.6%
B = 76.19%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#270180 (or 0x270180) is known color: Persian Indigo. HEX triplet: 27, 01 and 80. RGB value is (39,1,128). Sum of RGB (Red+Green+Blue) = 39+1+128=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 128 (50.39% from 255 or 76.19% from 168); Max value from RGB is 128 - color contains mainly: blue. Hex color #270180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270180 is #D8FE7F. Grayscale: #1A1A1A. Windows color (decimal): -14220928 or 8388903. OLE color: 8388903.

HSL color Cylindrical-coordinate representation of color #270180: hue angle of 257.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270180 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 1 128 -
CMYK 0.70 0.99 0 0.50
HSL 257.95º 0.98% 0.25% -
HSV(B) 257.95º 0.99% 0.5% -
XYZ 4.74 2.01 20.56 -
YUV 26.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 39 1 128 0.70 0.99 0 0.50 257.95 0.98 0.25
Hex 27 1 80 46 63 0 32 102 62 19
Octal 47 1 200 106 143 0 62 402 142 31
Binary 100111 1 10000000 1000110 1100011 0 110010 100000010 1100010 11001

Color Harmonies of #270180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270180

Black with #270180

Text Example


Text Example

White with #270180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270180; }

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

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

background-color css

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

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

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

border-color css

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

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

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