Html Css Color HEX #271266 Persian Indigo

📋 copy color: '#271266'

red 39 ◦ green 18 ◦ blue 102

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

Shades of Persian Indigo #271266

Tints of Persian Indigo #271266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

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

R = 24.53%
G = 11.32%
B = 64.15%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#271266 (or 0x271266) is known color: Persian Indigo. HEX triplet: 27, 12 and 66. RGB value is (39,18,102). Sum of RGB (Red+Green+Blue) = 39+18+102=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #271266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271266 is #D8ED99. Grayscale: #212121. Windows color (decimal): -14216602 or 6689319. OLE color: 6689319.

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

Color convert

RGB 39 18 102 -
CMYK 0.62 0.82 0 0.6
HSL 255º 0.7% 0.24% -
HSV(B) 255º 0.82% 0.4% -
XYZ 3.45 1.82 12.74 -
YUV 33.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 39 18 102 0.62 0.82 0 0.6 255 0.7 0.24
Hex 27 12 66 3E 52 0 3C FF 46 18
Octal 47 22 146 76 122 0 74 377 106 30
Binary 100111 10010 1100110 111110 1010010 0 111100 11111111 1000110 11000

Color Harmonies of #271266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271266

Black with #271266

Text Example


Text Example

White with #271266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271266; }

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

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

background-color css

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

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

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

border-color css

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

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

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