Html Css Color HEX #270666 Persian Indigo

📋 copy color: '#270666'

red 39 ◦ green 6 ◦ blue 102

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

Shades of Persian Indigo #270666

Tints of Persian Indigo #270666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.08%

 BLUE value IS 102 (40.23% from 255) = 69.39%

R = 26.53%
G = 4.08%
B = 69.39%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#270666 (or 0x270666) is known color: Persian Indigo. HEX triplet: 27, 06 and 66. RGB value is (39,6,102). Sum of RGB (Red+Green+Blue) = 39+6+102=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #270666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270666 is #D8F999. Grayscale: #1A1A1A. Windows color (decimal): -14219674 or 6686247. OLE color: 6686247.

HSL color Cylindrical-coordinate representation of color #270666: hue angle of 260.62º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270666 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 6 102 -
CMYK 0.62 0.94 0 0.6
HSL 260.63º 0.89% 0.21% -
HSV(B) 260.63º 0.94% 0.4% -
XYZ 3.3 1.52 12.69 -
YUV 26.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 39 6 102 0.62 0.94 0 0.6 260.63 0.89 0.21
Hex 27 6 66 3E 5E 0 3C 105 59 15
Octal 47 6 146 76 136 0 74 405 131 25
Binary 100111 110 1100110 111110 1011110 0 111100 100000101 1011001 10101

Color Harmonies of #270666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270666

Black with #270666

Text Example


Text Example

White with #270666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270666; }

 p { color: rgb(39,6,102); }

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

background-color css

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

 a { background-color: rgb(39,6,102); }

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

border-color css

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

 span { border-color: rgb(39,6,102); }

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