Html Css Color HEX #270179 Persian Indigo

📋 copy color: '#270179'

red 39 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #270179

Tints of Persian Indigo #270179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 75.16%

R = 24.22%
G = 0.62%
B = 75.16%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#270179 (or 0x270179) is known color: Persian Indigo. HEX triplet: 27, 01 and 79. RGB value is (39,1,121). Sum of RGB (Red+Green+Blue) = 39+1+121=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #270179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270179 is #D8FE86. Grayscale: #191919. Windows color (decimal): -14220935 or 7930151. OLE color: 7930151.

HSL color Cylindrical-coordinate representation of color #270179: hue angle of 259º 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 #270179 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 1 121 -
CMYK 0.68 0.99 0 0.53
HSL 259º 0.98% 0.24% -
HSV(B) 259º 0.99% 0.47% -
XYZ 4.3 1.83 18.22 -
YUV 26.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 39 1 121 0.68 0.99 0 0.53 259 0.98 0.24
Hex 27 1 79 44 63 0 35 103 62 18
Octal 47 1 171 104 143 0 65 403 142 30
Binary 100111 1 1111001 1000100 1100011 0 110101 100000011 1100010 11000

Color Harmonies of #270179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270179

Black with #270179

Text Example


Text Example

White with #270179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270179; }

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

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

background-color css

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

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

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

border-color css

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

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

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