Html Css Color HEX #270580 Persian Indigo

📋 copy color: '#270580'

red 39 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #270580

Tints of Persian Indigo #270580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 22.67%
G = 2.91%
B = 74.42%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#270580 (or 0x270580) is known color: Persian Indigo. HEX triplet: 27, 05 and 80. RGB value is (39,5,128). Sum of RGB (Red+Green+Blue) = 39+5+128=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #270580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270580 is #D8FA7F. Grayscale: #1C1C1C. Windows color (decimal): -14219904 or 8389927. OLE color: 8389927.

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

Color convert

RGB 39 5 128 -
CMYK 0.70 0.96 0 0.50
HSL 256.59º 0.92% 0.26% -
HSV(B) 256.59º 0.96% 0.5% -
XYZ 4.79 2.1 20.57 -
YUV 29.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 39 5 128 0.70 0.96 0 0.50 256.59 0.92 0.26
Hex 27 5 80 46 60 0 32 101 5C 1A
Octal 47 5 200 106 140 0 62 401 134 32
Binary 100111 101 10000000 1000110 1100000 0 110010 100000001 1011100 11010

Color Harmonies of #270580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270580

Black with #270580

Text Example


Text Example

White with #270580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270580; }

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

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

background-color css

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

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

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

border-color css

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

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

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